onHCGroupSelectionChanged: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters") | mNo edit summary | ||
| Line 5: | Line 5: | ||
| |1.00|Game version= | |1.00|Game version= | ||
| |gr1= High Command |=GROUP1 | |||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 08:58, 16 September 2020
Description
- Description:
- Defines an action performed when high command group selection has been changed.
 Command receives 2 variables:- _group: Group - last selected/deselected group
- _isSelected: Boolean - new selection state of the specific group
 - removed via onHCGroupSelectionChanged "";oronHCGroupSelectionChanged {};
- or replaced by onHCGroupSelectionChanged "SomeOtherCommand(s)";oronHCGroupSelectionChanged {SomeOtherCommand(s)};
 
- Groups:
- High Command
Syntax
Examples
- Example 1:
- onHCGroupSelectionChanged { if (_isSelected) then { hint format ["Group %1 has been selected.", _group]; } else { hint format ["Group %1 has been deselected.", _group]; }; };
- Example 2:
- onHCGroupSelectionChanged "player globalChat 'HC group selection has been changed.';";
Additional Information
- See also:
- High CommandhcAllGroupshcGroupParamshcLeaderhcRemoveAllGroupshcRemoveGrouphcSelectedhcSelectGrouphcSetGrouphcShowBarhcShownBaronCommandModeChanged
Notes
- 
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
 Only post proven facts here! Add Note
 
	