menuChecked: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting) |
BrettMayson (talk | contribs) mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 12: | Line 12: | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= | |p2= path: [[Tree View Path]] | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
| Line 20: | Line 20: | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= path: [[ | |p22= path: [[Tree View Path]] | ||
|r2= [[Boolean]] | |r2= [[Boolean]] | ||
| Line 26: | Line 26: | ||
|x1= <sqf>private _isChecked = findDisplay 313 displayCtrl 120 menuChecked [0, 1];</sqf> | |x1= <sqf>private _isChecked = findDisplay 313 displayCtrl 120 menuChecked [0, 1];</sqf> | ||
|seealso= | |seealso= [[menuSetCheck]] | ||
}} | }} | ||
Latest revision as of 18:30, 2 April 2026
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: Tree View Path
- Return Value:
- Boolean
Alternative Syntax
- Syntax:
- control menuChecked path
- Parameters:
- control: Control
- path: Tree View Path
- Return Value:
- Boolean
Examples
- Example 1:
Additional Information
- See also:
- menuSetCheck
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note