OnQuestShutdown - Quest

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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]

See Also[edit | edit source]