commandingMenu: Difference between revisions
| mNo edit summary |  (Adding (almost ?) all kind of menus, maybe cleanup later) | ||
| Line 34: | Line 34: | ||
| <dl class='command_description'> | <dl class='command_description'> | ||
| <!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
| <dd class="notedate"></dd> | |||
| <dt class="note">'''[[User:Lou Montana|Lou Montana]] 12:21, 15 July 2009 (CEST)'''</dt> | |||
| <dd class="note"> | |||
| 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) | |||
| **'''"#GETIN"''' - 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"''' - Custom sounds menu (0-9) | |||
| **'''"RscRadio"''' - Radio menu (0-0) | |||
| *'''"RscGroupRootMenu"''' - "simplified" menu | |||
| </dd> | |||
| <!-- Note Section END --> | <!-- Note Section END --> | ||
| </dl> | </dl> | ||
Revision as of 11:21, 15 July 2009
Description
- Description:
- Return the name of the player actual topmost commanding menu.
- Groups:
- Uncategorised
Syntax
- Syntax:
- commandingMenu
- Return Value:
- String
Examples
- Example 1:
- waitUntil {commandingMenu == "RscStatus"}; hint "Press 4, I'm bleeding !";
Additional Information
- See also:
- See also needed
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
- Lou Montana 12:21, 15 July 2009 (CEST)
- 
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)
 
- "#GETIN" - 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" - Custom sounds menu (0-9)
 
- "RscRadio" - Radio menu (0-0)
 
- "RscGroupRootMenu" - "simplified" menu
 
 
	