Difference between revisions of "IsMenuOpen - UI"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "'''F4SE Member of:''' UI Script Requires F4SE Version 0.6.0 or higher. Placeholder Description. == Syntax == <source lang="papyrus"> bool Function IsMenuOpen(string as...")
 
imported>Ice Eyes
m (→‎Parameters: Corrected parameter name (asMenu -> Menu))
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Incomplete Article}}
'''F4SE Member of:''' [[UI Script]]
'''F4SE Member of:''' [[UI Script]]
{{Template:Papyrus:RequiredF4SE|version=0.6.0}}


Requires F4SE Version 0.6.0 or higher.
Returns true if the given menu is open.
 
 
Placeholder Description.


== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
bool Function IsMenuOpen(string asMenu) Native Global
bool Function IsMenuOpen(string Menu) Native Global
</source>
</source>


== Parameters ==
== Parameters ==
*asMenu: Placeholder Description.
*Menu: Placeholder Description.


== Return Value ==
== Return Value ==
Line 25: Line 24:
*[[UI Script]]
*[[UI Script]]


[[Category: Scripting]]
 
[[Category: Papyrus]]
[[Category:Scripting]]
[[Category: F4SE]]
[[Category:Papyrus]]
[[Category:F4SE]]
[[Category:User Interface]]

Latest revision as of 02:55, 10 February 2020

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: UI Script
Requires F4SE version 0.6.0 or higher.

Returns true if the given menu is open.

Syntax[edit | edit source]

bool Function IsMenuOpen(string Menu) Native Global

Parameters[edit | edit source]

  • Menu: Placeholder Description.

Return Value[edit | edit source]

  • Placeholder Description.

Examples[edit | edit source]

; Placeholder Code.

See Also[edit | edit source]