UnregisterForUpdateGameTime - Form

Member of: ActiveMagicEffect Script, Alias Script, and Form Script

Unregisters this active magic effect/alias/form so it no longer receives periodic game time update events.

SyntaxEdit

Function UnregisterForUpdateGameTime() native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; We don't want game-time updates anymore
UnregisterForUpdateGameTime()

NotesEdit

Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.

See AlsoEdit