OnQuestShutdown - Quest
Revision as of 19:40, 30 June 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus Category:Events '''Member of:''' Quest Script Event received when this quest is shut down. Aliases are cleared at this point....")
Member of: Quest Script
Event received when this quest is shut down. Aliases are cleared at this point.
Syntax[edit | edit source]
Event OnQuestShutdown()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event OnQuestShutdown()
Debug.Trace("This quest has shut down - do any cleanup we need to do")
endEvent
Notes[edit | edit source]
- This event runs in parallel with the OnAliasShutdown event.