menuEnable

From Bohemia Interactive Community
Revision as of 23:11, 10 October 2021 by R3vo (talk | contribs) (some tweaks)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Enables or disables menu entry on given path.
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
enable (Optional): Boolean - disable if false, default true (Since Arma 3 v2.06)
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuEnable [path, enable]
Parameters:
control: Control
path: Array
enable (Optional): Boolean - disable if false, default true (Since Arma 3 v2.06)
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuEnable [0];
Example 2:
findDisplay 313 displayCtrl 120 menuEnable [[0, 0, 1], false]; // Since Arma 3 v2.06

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