isActionMenuVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated version to 1.96)
m (arma3dev → arma3)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev  |Game name=
| arma3 |Game name=


|1.96|Game version=
|1.96|Game version=
Line 11: Line 11:


| [[isActionMenuVisible]] |SYNTAX=
| [[isActionMenuVisible]] |SYNTAX=
|p1= |PARAMETER1=
|p2= |PARAMETER2=
|p3= |PARAMETER3=


| [[Boolean]] |RETURNVALUE=  
| [[Boolean]] |RETURNVALUE=  
____________________________________________________________________________________________


 
|x1= <code>[[if]] ([[isActionMenuVisible]]) [[then]] { [[hint]] "Scroll menu is opened" };</code> |EXAMPLE1=  
|x1= <code>[[if]] ([[isActionMenuVisible]]) [[then]] { [[hint]] "Scroll menu is opened" };</code>|EXAMPLE1=  
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[inGameUISetEventHandler]], [[commandingMenu]], [[showCommandingMenu]], [[BIS_fnc_addCommMenuItem]], [[BIS_fnc_removeCommMenuItem]] |SEEALSO=  
| [[inGameUISetEventHandler]], [[commandingMenu]], [[showCommandingMenu]], [[BIS_fnc_addCommMenuItem]], [[BIS_fnc_removeCommMenuItem]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}



Revision as of 22:08, 29 October 2019

Hover & click on the images for description

Description

Description:
Returns true if scroll menu is visible.
Groups:
Uncategorised

Syntax

Syntax:
isActionMenuVisible
Return Value:
Boolean

Examples

Example 1:
if (isActionMenuVisible) then { hint "Scroll menu is opened" };

Additional Information

See also:
inGameUISetEventHandlercommandingMenushowCommandingMenuBIS_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

Bottom Section