Alias Script

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Extends: ScriptObject

Native base script for every alias in the game.

Definition[edit | edit source]

ScriptName Alias extends ScriptObject Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

Events[edit | edit source]

  • Event OnAliasInit()
    • Event received when this alias has been filled (or not filled) as a result of the quest starting up.
  • Event OnAliasReset()
    • Event received when this alias is reset (usually when the quest the alias is attached to starts up, assuming the quest is repeatable).
  • Event OnAliasShutdown()
    • Event received when the parent quest for this alias shuts down (and the alias has been emptied).

Notes[edit | edit source]