Background for Starfield
Member of the Alias script

Description

Wiki Description

Event received when the quest that owns this alias has shut down. The alias will be cleared by this point.

Documentation Comment

Event received when the alias has been shut down (because the quest has been shut down)
Note that the alias will be empty by the time this event is received


Examples

Event OnAliasShutdown()
  Debug.Trace("This alias's quest has shut down, do any cleanup")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Alias

event OnAliasShutdown()
    Debug.trace("Event received - OnAliasShutdown")
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.