Background for Fallout 4
Member of the ScriptObject script
voidfunctionUnregisterForMenuOpenCloseEvent(stringasMenuName)Native

[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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.