getGroupIcon: Difference between revisions
m (template:command argument fix) |
Killzone Kid (talk | contribs) No edit summary |
||
| (43 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 |= | |game1= arma2 | ||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |arg= global | ||
| | |gr1= High Command | ||
| [[ | |descr= Get group icon properties. Since Arma 3 v2.22 command also returns 3d offsets. | ||
|s1= group [[getGroupIcon]] id | |||
|p1= group: [[Group]] | |||
| | |p2= id: [[Number]] - icon id | ||
|r1= [[Array]] - [icon,[offsetx,offsety,offsetX3d,offsetY3d]] | |||
| | |x1= <sqf> | ||
_grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; | |||
_grpIcon = _group getGroupIcon _grpIconId; | |||
</sqf> | |||
|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