UnregisterForLooksMenuEvent - ScriptObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ScriptObject

Unregisters this script from receiving OnLooksMenuEvent.

Only the script that unregisters for an event will stop receiving it. Other scripts will still receive the event if they registered for it seperately.

Syntax[edit | edit source]

Function UnregisterForLooksMenuEvent() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Unregister for Looks menu event
UnregisterForLooksMenuEvent()

Notes[edit | edit source]

None

See Also[edit | edit source]