setGroupIconsSelectable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
(see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets if group icons raises onclick and onover events. |= Description
| Sets if group icons raises [[onGroupIconClick]], [[onGroupIconOverEnter]] and [[onGroupIconOverLeave]] events. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''setGroupIconsSelectable''' bool |= Syntax
| '''setGroupIconsSelectable''' bool |= Syntax


|p1= bool: [[Boolean]] - |= PARAMETER1  
|p1= bool: [[Boolean]] - [[true]] to make selectable |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 18: Line 18:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| [[Object]] - always [[objNull]]|= RETURNVALUE  
| [[Object]] - always [[objNull]]|= RETURNVALUE  




Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsVisible]] |= SEEALSO  
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[onGroupIconOverEnter]], [[onGroupIconOverLeave]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsVisible]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 11:09, 16 December 2018

Hover & click on the images for description

Description

Description:
Sets if group icons raises onGroupIconClick, onGroupIconOverEnter and onGroupIconOverLeave events.
Groups:
Uncategorised

Syntax

Syntax:
setGroupIconsSelectable bool
Parameters:
bool: Boolean - true to make selectable
Return Value:
Object - always objNull

Examples

Example 1:
setGroupIconsSelectable true;

Additional Information

See also:
addGroupIconclearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickonGroupIconOverEnteronGroupIconOverLeaveremoveGroupIconsetGroupIconsetGroupIconParamssetGroupIconsVisible

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