OnAliasShutdown - Alias

From the Fallout4 CreationKit Wiki
Revision as of 20: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)
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

See Also[edit | edit source]