commandingMenu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (note formate)
(Undo revision 82717 by Ffur2007slx2 5 (talk) undoing previous note)
Line 74: Line 74:
<dt class="note">[[User:Shentoza|Shentoza]]</dt>
<dt class="note">[[User:Shentoza|Shentoza]]</dt>
<dd class="note">
<dd class="note">
"#GETIN" and "#ACTION" aren't possible return values.
@Lou Montana,
acutally "#GETIN" and "#ACTION" aren't possible return values.
They aren't accessible at all, meaning you can't close them via scripts or smth.
They aren't accessible at all, meaning you can't close them via scripts or smth.
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 23:29, 9 August 2014

Hover & click on the images for description

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:
showCommandingMenuBIS_fnc_addCommMenuItemBIS_fnc_removeCommMenuItem

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)
    • "#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_RADIO" - Custom sounds menu (0-9)
    • "RscRadio" - Radio menu (0-0)
  • "RscGroupRootMenu" - "simplified" menu

Bottom Section

Posted on August 8, 2014 - 18:42 (UTC)
Shentoza
@Lou Montana, acutally "#GETIN" and "#ACTION" aren't possible return values. They aren't accessible at all, meaning you can't close them via scripts or smth.