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

Description

Wiki Description

Registers this active magic effect/alias/form to receive menu open/close events.

Only the script that registers for an event will receive it. Other scripts attached to the same form, alias, or magic effect will not receive the event unless they also register for it.

Documentation Comment

Registers this alias to receive events when menus are opened / closed


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

  1. 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

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