showCommandingMenu

From Bohemia Interactive Community
Revision as of 08:55, 17 September 2009 by Dr Eyeball (talk | contribs) (params)
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 prefix.
Return Value:
Nothing

Examples

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

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