onHCGroupSelectionChanged

From Bohemia Interactive Community
Revision as of 23:31, 31 January 2021 by Lou Montana (talk | contribs) (Text replacement - " " to " ")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Groups:
High CommandEvent Handlers

Syntax

Syntax:
Syntax needed
Parameters:
command: String or Code
Return Value:
Return value needed

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:
See also needed

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