menuText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 |= Game | |arma3 |= Game | ||
|1.56 | |1.56 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|gr1= GUI Control - Menu | |gr1= GUI Control - Menu | ||
| Returns current text set in menu entry on given path. | | Returns current text set in menu entry on given path. | ||
| [[menuText]] [idc, path] | | [[menuText]] [idc, path] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= path: [[Array]] | |p2= path: [[Array]] | ||
| [[String]] | | [[String]] | ||
|s2= control [[menuText]] path | |s2= control [[menuText]] path | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|p22= path: [[Array]] | |p22= path: [[Array]] | ||
|r2= [[String]] |Alternative Return Value= | |r2= [[String]] |Alternative Return Value= | ||
|x1= <code>_ctrlMenuStrip [[menuText]] [1];</code> | |x1= <code>_ctrlMenuStrip [[menuText]] [1];</code> | ||
| [[menuSetText]] | | [[menuSetText]] | ||
}} | }} | ||
Revision as of 01:02, 18 January 2021
Description
- Description:
- Returns current text set in menu entry on given path.
- Groups:
- GUI Control - Menu
Syntax
Alternative Syntax
Examples
- Example 1:
_ctrlMenuStrip menuText [1];
Additional Information
- See also:
- menuSetText
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