showCommandingMenu

From Bohemia Interactive Community
Revision as of 09:28, 17 September 2009 by Dr Eyeball (talk | contribs) (add menu page number requirement)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Create the commanding menu described by the given config class or menu name. When the name is empty, the current menu is hidden.
Groups:
Uncategorised

Syntax

Syntax:
showCommandingMenu name
Parameters:
name: String - Class name or user menu name (with "#USER:" prefix and "_#" page number suffix, where # is the page number starting with 0).
Return Value:
Nothing

Examples

Example 1:
showCommandingMenu "";
Example 2:
showCommandingMenu "MyClassName";
Example 3:
showCommandingMenu "#USER:Tag_Menu_myMenu_0";

Additional Information

See also:
commandingMenu, BIS_FNC_createMenu, BIS_MENU_GroupCommunication

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

Bottom Section