addGroupIcon: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 109311 by killzone_kid on 2018-10-02T20:00:39Z) |
Killzone Kid (talk | contribs) (format see also) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Adds icon to a group. Returns icon ID, Control icons visibility with [[setGroupIconsVisible]]. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| group '''addGroupIcon''' [ | | group '''addGroupIcon''' [iconClass, offset] |= Syntax | ||
|p1= group: [[Group]] - | |p1= group: [[Group]] - group to add icon to |= PARAMETER1 | ||
|p2= [ | |p2= [iconClass, offset] - [[Array]]|= PARAMETER2 | ||
|p3= | |p3= iconClass: [[String]] - class name of an icon from <tt>CfgGroupIcons</tt> |= PARAMETER3 | ||
|p4= offset : [[Array]] | |p4= offset (Optional): [[Array]] - X and Y offsets of the icon in form [offsetX, offsetY] |= PARAMETER4 | ||
| [[Number]] - Icon ID |= RETURNVALUE | | [[Number]] - Icon ID |= RETURNVALUE |
Revision as of 09:58, 16 December 2018
Description
- Description:
- Adds icon to a group. Returns icon ID, Control icons visibility with setGroupIconsVisible.
- Groups:
- Uncategorised
Syntax
- Syntax:
- group addGroupIcon [iconClass, offset]
- Parameters:
- group: Group - group to add icon to
- [iconClass, offset] - Array
- iconClass: String - class name of an icon from CfgGroupIcons
- offset (Optional): Array - X and Y offsets of the icon in form [offsetX, offsetY]
- Return Value:
- Number - Icon ID
Examples
- Example 1:
groupName addGroupIcon ["b_inf", [offsetX, offsetY]]
Additional Information
- See also:
- clearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickremoveGroupIconsetGroupIconsetGroupIconParamssetGroupIconsSelectablesetGroupIconsVisible
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