Description
Wiki Description
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.
Documentation Comment
Unregisters from receiving events from Looks menu
Caveats
CK Wiki - Notes
None
Examples
; Unregister for Looks menu event
UnregisterForLooksMenuEvent()Auto-Generated Example
myScriptObject__toCallFunctionOn.UnregisterForLooksMenuEvent()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
