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

Description

Wiki Description

Registers this script to receive OnLooksMenuEvent.

Only the script that registers for an event will receive it. Other scripts will not receive the event unless they also register for it.

Documentation Comment

Registers to receive events from Looks menu


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.


Examples

; Register for Looks menu event
RegisterForLooksMenuEvent()

Auto-Generated Example

myScriptObject__toCallFunctionOn.RegisterForLooksMenuEvent()

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.