IsMenuOpen - UI
SKSE Member of: UI Script
Minimum required SKSE Version: 1.06.00
Returns if the menu is currently open.
SyntaxEdit
Bool Function IsMenuOpen(String MenuName) Global Native
ParametersEdit
- MenuName: The name of the menu to check.
Return ValueEdit
Returns whether or not the specified menu is currently open as a bool.
ExamplesEdit
Bool bIsInventoryMenuOpen = UI.IsMenuOpen("InventoryMenu")
NotesEdit
None