Background for Skyrim SE
Member of the UI script
boolfunctionIsMenuOpen(stringmenuName)NativeGlobal

Description

Wiki Description

Returns if the menu is currently open.

Documentation Comment

Returns if the menu is currently open.


Caveats

CK Wiki - Notes

None


Parameters

stringmenuName

CK Wiki Description

The UI to check.


Examples

Bool bIsInventoryMenuOpen = UI.IsMenuOpen("InventoryMenu")

Auto-Generated Example

string myString__menuName

bool returnedValue = UI.IsMenuOpen(myString__menuName)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.