getGroupIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |||
|version1= 1.00 | |||
|game2= arma2oa | |||
|version2= 1.51 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|arg= global | |arg= global | ||
|gr1= High Command | |gr1= High Command | ||
| Get group icon properties. | |descr= Get group icon properties. | ||
| group '''getGroupIcon''' | |s1= group '''getGroupIcon''' id | ||
|p1= group: [[Group]] | |p1= group: [[Group]] | ||
|p2= | |p2= id: [[Number]] - Icon id | ||
| [[Array]] | |r1= [[Array]] | ||
|x1= < | |x1= <code>_grpIconId = _group [[getVariable]] "BIS_MARTA_ICON_TYPE"; | ||
_grpIcon = _group getGroupIcon _grpIconId;</ | _grpIcon = _group [[getGroupIcon]] _grpIconId;</code> | ||
|seealso= [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] | |seealso= [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] | ||
}} | }} | ||
Revision as of 13:36, 26 March 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