setGroupIcon: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (optional) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| group '''setGroupIcon''' [id, icon, offset] |= Syntax | | group '''setGroupIcon''' [id, icon, offset] |= Syntax | ||
|p1= group: [[Group]] |= | |p1= group: [[Group]] |PARAMETER1= | ||
|p2= [id, icon, offset] : [[Array]] |= | |p2= [id, icon, offset] : [[Array]] |PARAMETER2= | ||
|p3= id: [[Number]] - The icon ID returned by [[addGroupIcon]] |= | |p3= id: [[Number]] - The icon ID returned by [[addGroupIcon]] |PARAMETER3= | ||
|p4= icon: [[String]] - Class name of desired icon from CfgGroupIcons |= | |p4= icon: [[String]] - Class name of desired icon from CfgGroupIcons |PARAMETER4= | ||
|p5= offset: [[Array]] (Optional) - X and Y offsets of the icon in form [offsetX, offsetY] |= | |p5= offset: [[Array]] (Optional) - X and Y offsets of the icon in form [offsetX, offsetY] |PARAMETER5= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
Line 28: | Line 28: | ||
_grp [[setGroupIcon]] [_iconsize, _iconsizeclass, _offset]; | _grp [[setGroupIcon]] [_iconsize, _iconsizeclass, _offset]; | ||
_grp [[setGroupIcon]] [_newid, _icon, _offset]; | _grp [[setGroupIcon]] [_newid, _icon, _offset]; | ||
_grp [[setGroupIcon]] [_icon, _iconclass];</code>|= | _grp [[setGroupIcon]] [_icon, _iconclass];</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |= | | [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:37, 7 April 2019
Description
- Description:
- Sets group icon properties.
- Groups:
- Uncategorised
Syntax
- Syntax:
- group setGroupIcon [id, icon, offset]
- Parameters:
- group: Group
- [id, icon, offset] : Array
- id: Number - The icon ID returned by addGroupIcon
- icon: String - Class name of desired icon from CfgGroupIcons
- offset: Array (Optional) - X and Y offsets of the icon in form [offsetX, offsetY]
- Return Value:
- Nothing
Examples
- Example 1:
_target setGroupIcon [_icon, "hc_selectedEnemy"]; _target setGroupIcon [_icon, "flag"]; _grp setGroupIcon [_iconsize, _iconsizeclass, _offset]; _grp setGroupIcon [_newid, _icon, _offset]; _grp setGroupIcon [_icon, _iconclass];
Additional Information
- See also:
- addGroupIconclearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickremoveGroupIconsetGroupIconParamssetGroupIconsSelectablesetGroupIconsVisible
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