addGroupIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 109311 by killzone_kid on 2018-10-02T20:00:39Z)
(format see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Add icon to a group. Returns icon ID |= Description
| Adds icon to a group. Returns icon ID, Control icons visibility with [[setGroupIconsVisible]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''addGroupIcon''' [IconClass, offset] |= Syntax
| group '''addGroupIcon''' [iconClass, offset] |= Syntax


|p1= group: [[Group]] - Group to add icon to |= PARAMETER1  
|p1= group: [[Group]] - group to add icon to |= PARAMETER1  


|p2= [IconClass, offset] - [[Array]]|= PARAMETER2  
|p2= [iconClass, offset] - [[Array]]|= PARAMETER2  


|p3= IconClass: [[String]] - Class name of an icon from CfgGroupIcons |= PARAMETER3
|p3= iconClass: [[String]] - class name of an icon from <tt>CfgGroupIcons</tt> |= PARAMETER3


|p4= offset : [[Array]] (Optional) - X and Y offsets of the icon in form [offsetX, offsetY] |= PARAMETER4
|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 10:58, 16 December 2018

Hover & click on the images for description

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

Notes

Bottom Section