OnAliasShutdown - Alias
Revision as of 19:41, 30 June 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus Category:Events '''Member of:''' Alias Script Event received when the quest that owns this alias has shut down. The alias wil...")
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