isActionMenuVisible: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
(version typos) |
||
Line 4: | Line 4: | ||
| arma3dev |= Game name | | arma3dev |= Game name | ||
|1. | |1.95|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 38: | Line 38: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:ArmA | [[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 04:45, 4 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]]