Background for Fallout 4
Member of the Quest script

Description

Wiki Description

Event received when this quest is shut down. Aliases are cleared at this point.

Documentation Comment

Event received when the quest has been shut down
Note that the aliases will be empty by the time this event is received


Caveats

CK Wiki - Notes


Examples

Event OnQuestShutdown()
  Debug.Trace("This quest has shut down - do any cleanup we need to do")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnQuestShutdown()
    Debug.trace("Event received - OnQuestShutdown")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.