addGroupIcon
Jump to navigation
Jump to search
Description
- Description:
- Adds icon to a group leader. Returns icon ID, Control icons visibility with setGroupIconsVisible.
- Problems:
- The icons will be hidden again after switching to a different unit via teamSwitch. Execute csetGroupIconsVisible [true, false]; setGroupIconsSelectable true; to make them visible again.
- Groups:
- High Command
Syntax
- Syntax:
- group addGroupIcon [iconClass, offset]
- Parameters:
- group: Group - group to which add the icon
- iconClass: String - class name of an icon from CfgGroupIcons
- offset: Array of Numbers - (Optional, default [0,0]) X and Y offsets of the icon in format [offsetX, offsetY]
- Return Value:
- Number - icon ID
Examples
- Example 1:
- CopygroupName addGroupIcon ["b_inf", [offsetX, offsetY]];
- Example 2:
Additional Information
- See also:
- clearGroupIcons getGroupIcon getGroupIcons getGroupIconParams groupIconSelectable groupIconsVisible onGroupIconClick removeGroupIcon setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible
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