menuExpand: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...) |
||
Line 23: | Line 23: | ||
|p22= path: [[Array]] | |p22= path: [[Array]] | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuExpand]] [0, 1];</code> | |x1= <code>[[findDisplay]] 313 [[displayCtrl]] 120 [[menuExpand]] [0, 1];</code> |
Revision as of 10:55, 18 January 2021
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