showCommandingMenu: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
Dr Eyeball (talk | contribs) (params) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Create the commanding menu described by the given config class. When | | Create the commanding menu described by the given config class or menu name. When the name is empty, the current menu is hidden. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''showCommandingMenu''' | | '''showCommandingMenu''' name |= Syntax | ||
|p1= | |p1= name: [[String]] - Class name or user menu name with prefix. |= PARAMETER1 | ||
| [[Nothing]] |= RETURNVALUE | | [[Nothing]] |= RETURNVALUE | ||
|x1= <code>showCommandingMenu "";</code>|= EXAMPLE1 | |||
|x1= <code> | |x2= <code>showCommandingMenu "MyClassName";</code>|= EXAMPLE2 | ||
|x3= <code>showCommandingMenu "#USER:Tag_Menu_myMenu";</code>|= EXAMPLE3 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[commandingMenu]], BIS_FNC_createMenu, BIS_MENU_GroupCommunication |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 07:55, 17 September 2009
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