menuCollapse: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example, see also and 2nd syntax)
mNo edit summary
Line 3: Line 3:
|arma3 |Game name=
|arma3 |Game name=
|1.56|Game Version=
|1.56|Game Version=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=


|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________
| Collapses item on given path and all its childs. |DESCRIPTION=
| Collapses item on given path and all its children. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[menuCollapse]] [idc, path] |SYNTAX=
| [[menuCollapse]] [idc, path] |SYNTAX=
Line 20: Line 18:
|r2=  [[Nothing]] |Alternative Return Value=
|r2=  [[Nothing]] |Alternative Return Value=


|x1=  <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuCollapse]] [0];</code>|EXAMPLE1=
|x1=  <Code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuCollapse]] [0];</code> |EXAMPLE1=


| ‎[[menuExpand]] |SEEALSO=
| ‎[[menuExpand]] |SEEALSO=
}}
}}
<dl class='command_description'>
<!-- 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>
<!-- Appropriate categories go here -->


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

Revision as of 10:38, 18 October 2020

Hover & click on the images for description

Description

Description:
Collapses item on given path and all its children.
Groups:
GUI Control - Menu

Syntax

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

Alternative Syntax

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

Examples

Example 1:
findDisplay 313 displayCtrl 120 menuCollapse [0];

Additional Information

See also:
menuExpand

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