menuExpand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(32 intermediate revisions by 3 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
____________________________________________________________________________________________
 
| Expands given menu entry on given path and all its parents so entry is visible. |DESCRIPTION=
|descr= Expands given menu entry on given path and all its parents so entry is visible.
____________________________________________________________________________________________
 
| [[menuExpand]] [idc, path] |SYNTAX=
|s1= [[menuExpand]] [idc, path]
|p1= idc: [[Number]] |PARAMETER1=
 
|p2= path: [[Array]] |PARAMETER2=
|p1= idc: [[Number]]
|p3=  |PARAMETER3=
 
|p3= |PARAMETER4=
|p2= path: [[Array]]
|p3=  |PARAMETER5=
 
|p3=  |PARAMETER6=
|r1= [[Nothing]]
| [[Nothing]] |RETURNVALUE=
 
<!--
|s2= control [[menuExpand]] path
|s2= control |= Alternative Syntax
 
|p21= control: [[Control]] |= Alternative Parameter 1
|p21= control: [[Control]]
|p22= |= Alternative Parameter 2
 
|p23=  |= Alternative Parameter 3
|p22= path: [[Array]]
|r2=  |= Alternative Return Value
-->
|x1=  |EXAMPLE1=
| ‎[[menuEnable]], [[menuCollapse]], [[menuSetData]], [[menuSetValue]], [[‎menuSetCheck]], [[menuSetAction]], [[menuDelete]], [[menuAdd]], [[‎menuHover]], [[menuValue]], [[menuURL]], [[‎menuText]], [[menuSort]], [[‎menuSize]], [[menuEnabled]], [[‎menuChecked]], [[menuAction]], [[menuShortcutText]], [[menuShortcut]], [[menuPicture]], [[menuData]], [[menuClear]], [[menuSetPicture]] |SEEALSO=
}}


<dl class='command_description'>
|r2= [[Nothing]]
<!-- 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>
|x1= <sqf>findDisplay 313 displayCtrl 120 menuExpand [0, 1];</sqf>
<!-- Appropriate categories go here -->


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

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Expands given menu entry on given path and all its parents so entry is visible.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuExpand [idc, path]
Parameters:
idc: Number
path: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuExpand path
Parameters:
control: Control
path: Array
Return Value:
Nothing

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuExpand [0, 1];

Additional Information

See also:
menuCollapse

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