getGroupIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\| * )+\}\}" to "}}") |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 18: | Line 18: | ||
| [[Array]] | | [[Array]] | ||
|x1= <pre>_grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; | |x1= <pre>_grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; | ||
_grpIcon = _group getGroupIcon _grpIconId;</pre> | _grpIcon = _group getGroupIcon _grpIconId;</pre> | ||
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] | | [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |
Revision as of 17:20, 18 January 2021
Description
- Description:
- Get group icon properties.
- Groups:
- High Command
Syntax
Examples
- Example 1:
_grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; _grpIcon = _group getGroupIcon _grpIconId;
Additional Information
- See also:
- addGroupIconclearGroupIconsgetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickremoveGroupIconsetGroupIconsetGroupIconParamssetGroupIconsSelectablesetGroupIconsVisible
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