getGroupIcon: Difference between revisions
Jump to navigation
Jump to search
(add. ArmA2 classification) |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(53 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | |||
[[ | |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. | |||
|s1= group [[getGroupIcon]] id | |||
|p1= group: [[Group]] | |||
|p2= id: [[Number]] - icon id | |||
|r1= [[Array]] | |||
|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 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