Difference between revisions of "Package Script"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>CraftySentinel m (→Member Functions: Reverted to List) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
== Member Functions == | == Member Functions == | ||
:'''Quest [[GetOwningQuest - Package|GetOwningQuest]]()''' | |||
:*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