menuEnable

From Bohemia Interactive Community
Revision as of 12:10, 12 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Jump to navigation Jump to search
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 Arma 3 logo black.png2.06
enable (Optional): Boolean - disable if false, default true
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuEnable [path, enable]
Parameters:
control: Control
path: Array
since Arma 3 logo black.png2.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]; // 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