menuEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.56|= Game Version |arg= |= Multiplayer Arguments |e...")
 
m (Text replacement - "‎" to "")
 
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|=
{{RV|type=command
____________________________________________________________________________________________
 
|arma3 |= Game
|game1= arma3
|1.56|= Game Version
|version1= 1.56
|arg=  |= Multiplayer Arguments
 
|eff= |= Multiplayer Effects
|gr1= GUI Control - Menu
____________________________________________________________________________________________
 
| Enables disabled menu entry on given path. |= Description
|descr= Enables or disables menu entry on given path.
____________________________________________________________________________________________
 
| menuEnable [idc, path] |= Syntax
{{Feature|important|The old alternative syntax {{hl|control [[menuEnable]] path}} is still in use and left for backward compatibility.}}
|p1= idc: [[Number]] |= Parameter 1
 
|p2= path: [[Array]] |= Parameter 2
|s1= [[menuEnable]] [idc, path, enable]
|p3= |= Parameter 3
 
|p3= |= Parameter 4
|p1= idc: [[Number]]
|p3=  |= Parameter 5
 
|p3= |= Parameter 6
|p2= path: [[Array]]
| [[Nothing]] |= Return Value
 
<!--
|p3= enable: [[Boolean]] - (Optional, default [[true]]) disabled if [[false]]
|s2= control |= Alternative Syntax
|p3since= arma3 2.06
|p21= control: [[Control]] |= Alternative Parameter 1
 
|p22= |= Alternative Parameter 2
|r1= [[Nothing]]
|p23= |= Alternative Parameter 3
 
|r2=  |= Alternative Return Value
|s2= control [[menuEnable]] [path, enable]
-->
 
|x1= |= Example 1
|p21= control: [[Control]]
| - |= See Also
 
}}
|p22= path: [[Array]]
 
|p23= enable: [[Boolean]] - (Optional, default [[true]]) disabled if [[false]]
|p23since= arma3 2.06
 
|r2= [[Nothing]]


<dl class='command_description'>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuEnable [0];</sqf>
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
|x2= <sqf>findDisplay 313 displayCtrl 120 menuEnable [[0, 0, 1], false]; // Since Arma 3 v2.06</sqf>
<!-- Appropriate categories go here -->


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|seealso= [[menuEnabled]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}

Latest revision as of 12:53, 26 April 2023

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: Boolean - (Optional, default true) disabled if false
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuEnable [path, enable]
Parameters:
control: Control
path: Array
since Arma 3 logo black.png2.06
enable: Boolean - (Optional, default true) disabled if false
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