[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.
Parameters
stringasEventName
CK Wiki Description
The event to no longer listen for.
Examples
; Stop listening for the "reset" animation event from the object we are attached to
UnregisterForAnimationEvent(self, "Reset")Auto-Generated Example
ObjectReference myObjectReference__akSender
string myString__asEventName
myScriptObject__toCallFunctionOn.UnregisterForAnimationEvent(myObjectReference__akSender, myString__asEventName)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
