onHCGroupSelectionChanged: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|") |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^<]*↵[^<]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>onHCGroupSelectionChanged { | |x1= <sqf> | ||
onHCGroupSelectionChanged { | |||
if (_isSelected) then | if (_isSelected) then | ||
{ | { | ||
Line 39: | Line 40: | ||
hint format ["Group %1 has been deselected.", _group]; | hint format ["Group %1 has been deselected.", _group]; | ||
}; | }; | ||
};</sqf> | }; | ||
</sqf> | |||
|x2= <sqf>onHCGroupSelectionChanged "player globalChat 'HC group selection has been changed.';";</sqf> | |x2= <sqf>onHCGroupSelectionChanged "player globalChat 'HC group selection has been changed.';";</sqf> | ||
|x3= Remove event handler: | |x3= Remove event handler: | ||
<sqf>onHCGroupSelectionChanged ""; | <sqf> | ||
onHCGroupSelectionChanged ""; | |||
// or | // or | ||
onHCGroupSelectionChanged {};</sqf> | onHCGroupSelectionChanged {}; | ||
</sqf> | |||
|seealso= [[High Command]] [[hcAllGroups]] [[hcGroupParams]] [[hcLeader]] [[hcRemoveAllGroups]] [[hcRemoveGroup]] [[hcSelected]] [[hcSelectGroup]] [[hcSetGroup]] [[hcShowBar]] [[hcShownBar]] [[onCommandModeChanged]] | |seealso= [[High Command]] [[hcAllGroups]] [[hcGroupParams]] [[hcLeader]] [[hcRemoveAllGroups]] [[hcRemoveGroup]] [[hcSelected]] [[hcSelectGroup]] [[hcSetGroup]] [[hcShowBar]] [[hcShownBar]] [[onCommandModeChanged]] | ||
}} | }} |
Latest revision as of 19:43, 3 September 2024
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
- Groups:
- High CommandEvent Handlers
Syntax
- Syntax:
- onHCGroupSelectionChanged code
- Parameters:
- code: String or Code
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- onHCGroupSelectionChanged "player globalChat 'HC group selection has been changed.';";
- Example 3:
- Remove event handler:
onHCGroupSelectionChanged ""; // or onHCGroupSelectionChanged {};
Additional Information
- See also:
- High Command hcAllGroups hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup hcShowBar hcShownBar onCommandModeChanged
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