menuCollapse: Difference between revisions
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= | ||
|gr1= GUI Control - Menu |GROUP1= | |gr1= GUI Control - Menu |GROUP1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Collapses item on given path and all its | | 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= | ||
}} | }} | ||
[[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 09:38, 18 October 2020
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