IsMenuOpen - UI

From the CreationKit Wiki
Revision as of 22:16, 12 October 2012 by imported>Chesko (Removed because I see now that that was already linked on another page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: UI Script

Minimum required SKSE Version: 1.06.00

Returns if the menu is currently open.

Syntax[edit | edit source]

Bool Function IsMenuOpen(String MenuName) Global Native

Parameters[edit | edit source]

Return Value[edit | edit source]

Returns whether or not the specified menu is currently open as a bool.

Examples[edit | edit source]

Bool bIsInventoryMenuOpen = UI.IsMenuOpen("InventoryMenu")

Notes[edit | edit source]

None

See Also[edit | edit source]