menuEnable: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.56 | |version1= 1.56 | ||
|gr1= GUI Control - Menu | |gr1= GUI Control - Menu | ||
|descr= Enables or disables menu entry on given path. | |descr= Enables or disables menu entry on given path. | ||
{{Feature | | {{Feature|important|The old alternative syntax {{hl|control [[menuEnable]] path}} is still in use and left for backward compatibility.}} | ||
|s1= [[menuEnable]] [idc, path, enable] | |s1= [[menuEnable]] [idc, path, enable] | ||
Line 15: | Line 16: | ||
|p2= path: [[Array]] | |p2= path: [[Array]] | ||
|p3= enable | |p3= enable: [[Boolean]] - (Optional, default [[true]]) disabled if [[false]] | ||
|p3since= arma3 2.06 | |p3since= arma3 2.06 | ||
Line 30: | Line 31: | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <sqf>findDisplay 313 displayCtrl 120 menuEnable [0];</sqf> | |x1= <sqf>findDisplay 313 displayCtrl 120 menuEnable [0];</sqf> |
Revision as of 02:19, 1 August 2022
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
- since 2.06
- enable: Boolean - (Optional, default true) disabled if false
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control menuEnable [path, enable]
- Parameters:
- control: Control
- path: Array
- since 2.06
- enable: Boolean - (Optional, default true) disabled if false
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
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