menuSetCheck: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example, see also and 2nd syntax)
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
Line 42: Line 42:
<!-- Appropriate categories go here -->
<!-- Appropriate categories go here -->


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 17:53, 8 January 2021

Hover & click on the images for description

Description

Description:
Sets item on given path to be checked or not. By default menu strip entries are not checkable. Once this command was executed, an entry can be become checked and unchecked. If an entry is checked is indicated by a tick to the left of the entry's text. Setting an entry to be checkable will overwrite set picture with menuSetPicture.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetCheck [idc, path, checked]
Parameters:
idc: Number
path: Array
checked: Boolean
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetCheck [path, checked]
Parameters:
control: Control
path: Array
checked: Boolean
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuSetCheck [[0,1], true];

Additional Information

See also:
‎menuChecked

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

Bottom Section