getGroupIcon: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Killzone Kid (talk | contribs) No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 17: | Line 17: | ||
|gr1= High Command | |gr1= High Command | ||
|descr= Get group icon properties. | |descr= Get group icon properties. Since Arma 3 v2.22 command also returns 3d offsets. | ||
|s1= group [[getGroupIcon]] id | |s1= group [[getGroupIcon]] id | ||
|p1= group: [[Group]] | |p1= group: [[Group]] | ||
|p2= id: [[Number]] - | |p2= id: [[Number]] - icon id | ||
|r1= [[Array]] - [icon,[offsetx,offsety,offsetX3d,offsetY3d]] | |||
|x1= < | |x1= <sqf> | ||
_grpIcon = _group getGroupIcon _grpIconId;</ | _grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; | ||
_grpIcon = _group getGroupIcon _grpIconId; | |||
</sqf> | |||
|seealso= [[addGroupIcon]] [[clearGroupIcons]] [[getGroupIconParams]] [[groupIconSelectable]] [[groupIconsVisible]] [[onGroupIconClick]] [[removeGroupIcon]] [[setGroupIcon]] [[setGroupIconParams]] [[setGroupIconsSelectable]] [[setGroupIconsVisible]] | |seealso= [[addGroupIcon]] [[clearGroupIcons]] [[getGroupIcons]] [[getGroupIconParams]] [[groupIconSelectable]] [[groupIconsVisible]] [[onGroupIconClick]] [[removeGroupIcon]] [[setGroupIcon]] [[setGroupIconParams]] [[setGroupIconsSelectable]] [[setGroupIconsVisible]] | ||
}} | }} | ||
Latest revision as of 00:17, 30 October 2025
Description
- Description:
- Get group icon properties. Since Arma 3 v2.22 command also returns 3d offsets.
- Groups:
- High Command
Syntax
- Syntax:
- group getGroupIcon id
- Parameters:
- group: Group
- id: Number - icon id
- Return Value:
- Array - [icon,[offsetx,offsety,offsetX3d,offsetY3d]]
Examples
- Example 1:
Additional Information
- See also:
- addGroupIcon clearGroupIcons 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.
Only post proven facts here! Add Note