setGroupIcon: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
SilentSpike (talk | contribs) (Added actual parameter information) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| group '''setGroupIcon''' | | group '''setGroupIcon''' [id, icon, offset] |= Syntax | ||
|p1= group: [[Group]] | |p1= group: [[Group]] |= PARAMETER1 | ||
|p2= | |p2= id: [[Number]] - The icon ID returned by [[addGroupIcon]] |= PARAMETER2 | ||
|p3= |= PARAMETER3 | |p3= icon: [[String]] - Path to the desired icon |= PARAMETER3 | ||
|p4= offset: [[Array]] - X and Y offsets of the icon in form [offsetX, offsetY] |= PARAMETER4 | |||
| Nothing |= RETURNVALUE | | Nothing |= RETURNVALUE |
Revision as of 23:54, 19 August 2015
Description
- Description:
- Set group icons properties.
- Groups:
- Uncategorised
Syntax
- Syntax:
- group setGroupIcon [id, icon, offset]
- Parameters:
- group: Group
- id: Number - The icon ID returned by addGroupIcon
- icon: String - Path to the desired icon
- offset: Array - 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