Difference between revisions of "Package Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel m (→Member Functions: Reverted to List) |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
== Member Functions == | == Member Functions == | ||
'''Package | :'''Quest [[GetOwningQuest - Package|GetOwningQuest]]()''' | ||
*Obtains the package this package is templated on (if any). | :*Returns the [[Quest Script (Papyrus)|Quest]] that owns this package. | ||
:'''Package [[GetTemplate - Package|GetTemplate]]()''' | |||
:*Obtains the package this package is templated on (if any). | |||
== Events == | == Events == |
Latest revision as of 20:23, 2 February 2014
Extends: Form Script (Papyrus)
Script for the manipulation of Packages.
Definition[edit | edit source]
ScriptName Package extends Form
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
- Quest GetOwningQuest()
- Returns the Quest that owns this package.
- Package GetTemplate()
- Obtains the package this package is templated on (if any).
Events[edit | edit source]
None