setGroupIconsSelectable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(typo)
(fixed in 1.87.145300)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets if group icons raise [[onGroupIconClick]], [[onGroupIconOverEnter]] and [[onGroupIconOverLeave]] events. |= Description
| Sets if group icons raise [[onGroupIconClick]], [[onGroupIconOverEnter]] and [[onGroupIconOverLeave]] events. <br><br>
{{Feature arma3| Since Arma 3 v1.87.145300 this command returns [[Nothing]] as it should}}|= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 20:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| [[Object]] - always [[objNull]]|= RETURNVALUE  
| [[Object]] - [[objNull]] prior to Arma 3 v1.87.145300, [[Nothing]] thereafter (see description)|= RETURNVALUE  





Revision as of 14:22, 17 December 2018

Hover & click on the images for description

Description

Description:
Sets if group icons raise onGroupIconClick, onGroupIconOverEnter and onGroupIconOverLeave events.

Template:Feature arma3
Groups:
Uncategorised

Syntax

Syntax:
setGroupIconsSelectable bool
Parameters:
bool: Boolean - true to make selectable
Return Value:
Object - objNull prior to Arma 3 v1.87.145300, Nothing thereafter (see description)

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