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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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