From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Enables or disables menu entry on given path.
⚠
The old alternative syntax
control menuEnable path is still in use and left for backward compatibility.
- Groups:
- GUI Control - Menu
Syntax
- Syntax:
- menuEnable [idc, path, enable]
- Parameters:
- idc: Number
- path: Array
- since
2.06 - enable (Optional): Boolean - disable if false, default true
- Return Value:
- Nothing
- Syntax:
- control menuEnable [path, enable]
- Parameters:
- control: Control
- path: Array
- since
2.06 - enable (Optional): Boolean - disable if false, default true
- Return Value:
- Nothing
Examples
- Example 1:
findDisplay 313 displayCtrl 120 menuEnable [0];
- Example 2:
findDisplay 313 displayCtrl 120 menuEnable [[0, 0, 1], false];
Additional Information
- See also:
- menuEnabled
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