isActionMenuVisible: Difference between revisions
Jump to navigation
Jump to search
(version typos) |
Lou Montana (talk | contribs) m (Fix category) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3dev | | | arma3dev |Game name= | ||
|1.95| | |1.95|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[isActionMenuVisible]] |SYNTAX= | ||
|p1= |PARAMETER1= | |p1= |PARAMETER1= | ||
Line 38: | Line 38: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category: | [[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 22:06, 18 August 2019
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
[[Category:Introduced with arma3dev version 1.95]][[ Category: arma3dev: New Scripting Commands | ISACTIONMENUVISIBLE]][[ Category: arma3dev: Scripting Commands | ISACTIONMENUVISIBLE]]