OnAliasShutdown - Alias
Jump to navigation
Jump to search
Member of: Alias Script
Event received when the quest that owns this alias has shut down. The alias will be cleared by this point.
Syntax[edit | edit source]
Event OnAliasShutdown()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event OnAliasShutdown()
Debug.Trace("This alias's quest has shut down, do any cleanup")
endEvent