menuChecked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
Line 14: Line 14:
|p21= control: [[Control]]
|p21= control: [[Control]]
|p22= path: [[Array]]
|p22= path: [[Array]]
|r2=  [[Boolean]] |Alternative Return Value=
|r2=  [[Boolean]]


|x1=  <Code>_isChecked = [[findDisplay]] 313 [[displayCtrl]] 120 [[menuChecked]] [0,1];</code>
|x1=  <Code>_isChecked = [[findDisplay]] 313 [[displayCtrl]] 120 [[menuChecked]] [0,1];</code>

Revision as of 11:54, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns if item on given path is checked or not.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuChecked [idc, path]
Parameters:
idc: Number
Path: Array
Return Value:
Boolean

Alternative Syntax

Syntax:
control menuChecked path
Parameters:
control: Control
path: Array
Return Value:
Boolean

Examples

Example 1:
_isChecked = findDisplay 313 displayCtrl 120 menuChecked [0,1];

Additional Information

See also:
‎menuSetCheck

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