menuEnable: Difference between revisions
Jump to navigation
Jump to search
m (some tweaks) |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") |
||
Line 7: | Line 7: | ||
|descr= Enables or disables menu entry on given path. | |descr= Enables or disables menu entry on given path. | ||
{{Feature | Important | | {{Feature | Important | {{hl|control [[menuEnable]] path}} is still in use and left for backward compatibility}} | ||
|s1= [[menuEnable]] [idc, path, enable] | |s1= [[menuEnable]] [idc, path, enable] | ||
Revision as of 00:16, 16 November 2021
Description
- Description:
- Enables or disables menu entry on given path.
- 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