showCommandingMenu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(params)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create the commanding menu described by the given config class. When class name is empty,current commanding menu is hidden.  |= Description
| 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''' class name |= Syntax
| '''showCommandingMenu''' name |= Syntax


|p1= class name: - |= PARAMETER1  
|p1= name: [[String]] - Class name or user menu name with prefix. |= PARAMETER1  
 
|p2= |= PARAMETER2
 
|p3= |= PARAMETER3


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


 
|x1= <code>showCommandingMenu "";</code>|= EXAMPLE1  
|x1= <code>(example)</code>|= EXAMPLE1  
|x2= <code>showCommandingMenu "MyClassName";</code>|= EXAMPLE2
|x3= <code>showCommandingMenu "#USER:Tag_Menu_myMenu";</code>|= EXAMPLE3


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[commandingMenu]], BIS_FNC_createMenu, BIS_MENU_GroupCommunication |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 08:55, 17 September 2009

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