[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.
Parameters
stringasMenuName
CK Wiki Description
The name of the menu which is opening or closing. See also Menus.
Examples
; Unregister for Lockpicking menu open/close events - we don't want them anymore
UnregisterForMenuOpenCloseEvent("LockpickingMenu")Auto-Generated Example
string myString__asMenuName
myScriptObject__toCallFunctionOn.UnregisterForMenuOpenCloseEvent(myString__asMenuName)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
