UnregisterForUpdate - Form
Member of: ActiveMagicEffect Script, Alias Script, and Form Script
Unregisters this active magic effect/alias/form so it no longer receives periodic update events.
SyntaxEdit
Function UnregisterForUpdate() native
ParametersEdit
None
Return ValueEdit
None
ExamplesEdit
; We no longer want any update events
UnregisterForUpdate()
NotesEdit
Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.