- Found in:
- F4SE
Description
Wiki Description
Returns whether a custom menu is registered or not.
Documentation Comment
Returns whether the menu is registered
Caveats
Parameters
stringmenu
CK Wiki Description
The name of the menu to check.
Examples
If (UI.IsMenuRegistered("MyMenu"))
Debug.Trace("MyMenu is registered.")
Else
Debug.Trace("Could not register MyMenu.")
EndIfAuto-Generated Example
string myString__menu
bool returnedValue = UI.IsMenuRegistered(myString__menu)Related Pages
- UI
- UI.RegisterCustomMenu(...)
- UI.RegisterBasicCustomMenu(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
