commandingMenu: 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 | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Interaction | |gr1= Interaction | ||
| Returns the name of the topmost commanding menu or "" if the menu is closed. For action menu visibility check see [[isActionMenuVisible]]. | | Returns the name of the topmost commanding menu or "" if the menu is closed. For action menu visibility check see [[isActionMenuVisible]]. | ||
| '''commandingMenu''' | | '''commandingMenu''' | ||
|p1 | |p1= | ||
|p2 | |p2= | ||
|p3 | |p3= | ||
| [[String]] | | [[String]] | ||
|x1= <code>[[waitUntil]] {[[commandingMenu]] <nowiki>==</nowiki> "RscStatus"}; [[hint]] "Press 4, I'm bleeding !";</code> | |x1= <code>[[waitUntil]] {[[commandingMenu]] <nowiki>==</nowiki> "RscStatus"}; [[hint]] "Press 4, I'm bleeding !";</code> | ||
|x2= <code>[[if]] ([[commandingMenu]] != "") [[then]] { [[hint]] "Command menu is opened" };</code> | |x2= <code>[[if]] ([[commandingMenu]] != "") [[then]] { [[hint]] "Command menu is opened" };</code> | ||
| [[showCommandingMenu]], [[isActionMenuVisible]], [[BIS_fnc_addCommMenuItem]], [[BIS_fnc_removeCommMenuItem]] | | [[showCommandingMenu]], [[isActionMenuVisible]], [[BIS_fnc_addCommMenuItem]], [[BIS_fnc_removeCommMenuItem]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:13, 18 January 2021
Description
- Description:
- Returns the name of the topmost commanding menu or "" if the menu is closed. For action menu visibility check see isActionMenuVisible.
- Groups:
- Interaction
Syntax
- Syntax:
- commandingMenu
- Return Value:
- String
Examples
- Example 1:
waitUntil {commandingMenu == "RscStatus"}; hint "Press 4, I'm bleeding !";
- Example 2:
if (commandingMenu != "") then { hint "Command menu is opened" };
Additional Information
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
Notes
- Posted on July 15, 2009 - 12:21 (CEST)
- Lou Montana
-
Possible values are :
- "" - means menu is closed
- "RscMainMenu" - Main menu, by pressing backspace
- "RscMoveHigh" - Move menu (1)
- "#WATCH" - Watch menu (2)
- "#WATCH0" - Watch menu - next page (2-0)
- "RscWatchDir" - Engage menu (3)
- "RscWatchMoreDir" - Engage menu - watch a direction (3-8)
- "#GET_IN" - Mount menu (4)
- "RscStatus" - Status menu (5)
- "RscCallSupport" - Mount menu - call support (5-1)
- "#ACTION" - Action menu (6)
- "RscCombatMode" - Combat mode menu (7)
- "RscFormations" - Formation menu(8)
- "RscTeam" - Team menu (9)
- "RscSelectTeam" - Team menu - select team (0-5)
- "RscReply" - Reply menu (0)
- "#User:BIS_Menu_GroupCommunication" - Communication menu (0-8)
- "#CUSTOM_RADIO" - Custom sounds menu (0-9)
- "RscRadio" - Radio menu (0-0)
- "RscGroupRootMenu" - "simplified" menu