getGroupIcon

From Bohemia Interactive Community
Hover & click on the images for description

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:
_grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; _grpIcon = _group getGroupIcon _grpIconId;

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 or on the Forums.
Only post proven facts here! Add Note