Difference between revisions of "Package Script"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Jog |
||
Line 18: | Line 18: | ||
== Member Functions == | == Member Functions == | ||
'''Quest Function [[GetOwningQuest - Package|GetOwningQuest]]()''' | |||
*Returns the [[Quest Script (Papyrus)|Quest]] that owns this package. | |||
'''Package Function [[GetTemplate - Package|GetTemplate]]()''' | |||
*Obtains the package this package is templated on (if any). | |||
== Events == | == Events == |
Revision as of 12:57, 20 February 2012
Extends: Form Script (Papyrus)
Script for the manipulation of Packages.
Definition
ScriptName Package extends Form
Properties
None
Global Functions
None
Member Functions
Quest Function GetOwningQuest()
- Returns the Quest that owns this package.
Package Function GetTemplate()
- Obtains the package this package is templated on (if any).
Events
None