Difference between revisions of "IsMenuOpen - UI"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added a short description)
imported>Qazaaq
(added category)
Line 24: Line 24:
*[[UI Script]]
*[[UI Script]]


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

Revision as of 21:14, 11 February 2018

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

bool Function IsMenuOpen(string asMenu) Native Global

Parameters

  • asMenu: Placeholder Description.

Return Value

  • Placeholder Description.

Examples

; Placeholder Code.

See Also