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

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()

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.