RegisterForLooksMenuEvent - ScriptObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ScriptObject

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.

Syntax[edit | edit source]

Function RegisterForLooksMenuEvent() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Register for Looks menu event
RegisterForLooksMenuEvent()

Notes[edit | edit source]

Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.

See Also[edit | edit source]