OnAliasShutdown - Alias

Member of: Alias Script

Event received when the quest that owns this alias has shut down. The alias will be cleared by this point.

SyntaxEdit

Event OnAliasShutdown()

ParametersEdit

None.

ExamplesEdit

Event OnAliasShutdown()
  Debug.Trace("This alias's quest has shut down, do any cleanup")
endEvent

See AlsoEdit