menuExpand: Difference between revisions
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...) |
BrettMayson (talk | contribs) mNo edit summary |
||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|version1= 1.56 | |||
|1.56 | |||
|gr1= GUI Control - Menu | |gr1= GUI Control - Menu | ||
| Expands given menu entry on given path and all its parents so entry is visible. | |descr= Expands given menu entry on given path and all its parents so entry is visible. | ||
| [[menuExpand]] [idc, path] | |s1= [[menuExpand]] [idc, path] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= path: [[ | |p2= path: [[Tree View Path]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|s2= control [[menuExpand]] path | |s2= control [[menuExpand]] path | ||
| Line 21: | Line 20: | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= path: [[ | |p22= path: [[Tree View Path]] | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= < | |x1= <sqf>findDisplay 313 displayCtrl 120 menuExpand [0, 1];</sqf> | ||
| [[menuCollapse]] | |seealso= [[menuCollapse]] | ||
}} | }} | ||
Latest revision as of 18:31, 2 April 2026
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: Tree View Path
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control menuExpand path
- Parameters:
- control: Control
- path: Tree View Path
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- menuCollapse
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note