Package Script
Extends: Form Script
Script for the manipulation of Packages.
DefinitionEdit
ScriptName Package extends Form Native Hidden
PropertiesEdit
None
Global FunctionsEdit
None
Member FunctionsEdit
- Quest Function GetOwningQuest()
- Returns the Quest that owns this package.
- Package Function GetTemplate()
- Obtains the package this package is templated on (if any).
EventsEdit
- Event OnChange(Actor akActor)
- Event received when this package is preempted or ends normally (runs in parallel with the fragment)
- Event OnEnd(Actor akActor)
- Event received when this package ends normally (runs in parallel with the fragment)
- Event OnStart(Actor akActor)
- Event received when this package starts (runs in parallel with the fragment)