[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
; Register for when the Lockpicking menu open/close are updated
RegisterForMenuOpenCloseEvent("LockpickingMenu")Auto-Generated Example
string myString__asMenuName
myScriptObject__toCallFunctionOn.RegisterForMenuOpenCloseEvent(myString__asMenuName)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
