menuCollapse: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "$1$2</code>")
m (Text replacement - "\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "$1$2</code>")
Line 17: Line 17:
|r2= [[Nothing]]
|r2= [[Nothing]]


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


|seealso= [[menuExpand]]
|seealso= [[menuExpand]]
}}
}}

Revision as of 12:33, 12 May 2022

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