Description
Wiki Description
Unregisters this active magic effect/alias/form so it no longer receives periodic game time Form.OnUpdateGameTime().
Documentation Comment
Unregister for OnUpdateGameTime events, all attached scripts will stop getting update game time events
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.
Examples
; We don't want game-time updates anymore
UnregisterForUpdateGameTime()Auto-Generated Example
myForm__toCallFunctionOn.UnregisterForUpdateGameTime()