UnregisterForLooksMenuEvent - ScriptObject

From the Fallout4 CreationKit Wiki
Revision as of 21:01, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Function UnregisterForLooksMenuEvent() Native

Parameters

None

Return Value

None

Examples

; Unregister for Looks menu event
UnregisterForLooksMenuEvent()

Notes

None

See Also