setGroupIconsSelectable: Difference between revisions

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


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



Revision as of 11:18, 16 December 2018

Hover & click on the images for description

Description

Description:
Sets if group icons raise 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