getGroupIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 23: | Line 23: | ||
|p1= group: [[Group]] | |p1= group: [[Group]] | ||
|p2= id: [[Number]] - | |p2= id: [[Number]] - icon id | ||
|r1= [[Array]] | |r1= [[Array]] | ||
|x1= < | |x1= <sqf> | ||
_grpIcon = _group | _grpIconId = _group getVariable "BIS_MARTA_ICON_TYPE"; | ||
_grpIcon = _group getGroupIcon _grpIconId; | |||
</sqf> | |||
|seealso= [[addGroupIcon]] [[clearGroupIcons]] [[getGroupIconParams]] [[groupIconSelectable]] [[groupIconsVisible]] [[onGroupIconClick]] [[removeGroupIcon]] [[setGroupIcon]] | |seealso= [[addGroupIcon]] [[clearGroupIcons]] [[getGroupIcons]] [[getGroupIconParams]] [[groupIconSelectable]] [[groupIconsVisible]] [[onGroupIconClick]] [[removeGroupIcon]] [[setGroupIcon]] [[setGroupIconParams]] [[setGroupIconsSelectable]] [[setGroupIconsVisible]] | ||
}} | }} |
Latest revision as of 11:34, 3 September 2024
Description
- Description:
- Get group icon properties.
- Groups:
- High Command
Syntax
- Syntax:
- group getGroupIcon id
- Parameters:
- group: Group
- id: Number - icon id
- Return Value:
- Array
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 or on the Forums.
Only post proven facts here! Add Note