Alias Script

Extends: ScriptObject

Native base script for every alias in the game.

DefinitionEdit

ScriptName Alias extends ScriptObject Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

EventsEdit

  • 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).

NotesEdit