UnregisterForSleep - Form
Revision as of 16:27, 13 January 2011 by imported>Henning
Member of: ActiveMagicEffect Script, Alias Script, and Form Script
Unregisters this active magic effect/alias/form from receiving sleep-related events.
Syntax
Function UnregisterForSleep() native
Parameters
None
Return Value
None
Examples
; Unregister for sleep events - we don't want them anymore
UnregisterForSleep()
Notes
Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.