menuExpand: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (2nd syntax, example, see also) |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma3 |Game name= | |arma3 |Game name= | ||
|1.56|Game Version= | |1.56|Game Version= | ||
|gr1= GUI Control - Menu |GROUP1= | |gr1= GUI Control - Menu |GROUP1= | ||
| Expands given menu entry on given path and all its parents so entry is visible. |DESCRIPTION= | | Expands given menu entry on given path and all its parents so entry is visible. |DESCRIPTION= | ||
| [[menuExpand]] [idc, path] |SYNTAX= | | [[menuExpand]] [idc, path] |SYNTAX= | ||
|p1= idc: [[Number]] |PARAMETER1= | |p1= idc: [[Number]] |PARAMETER1= | ||
|p2= path: [[Array]] |PARAMETER2= | |p2= path: [[Array]] |PARAMETER2= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|s2= control |Alternative Syntax= | |s2= control [[menuExpand]] path |Alternative Syntax= | ||
|p21= control: [[Control]] |Alternative Parameter 1= | |p21= control: [[Control]] |Alternative Parameter 1= | ||
|p22= |Alternative Parameter | |||
|p22= path: [[Array]] |Alternative Parameter 2= | |||
|r2= | |||
|r2= [[Nothing]] |Alternative Return Value= | |||
|x1= | |||
|x1= <code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuExpand]] [0, 1];</code> |EXAMPLE1= | |||
| [[menuCollapse]] |SEEALSO= | |||
}} | }} | ||
Revision as of 22:15, 18 October 2020
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