Difference between revisions of "Package Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 18: | Line 18: | ||
== Member Functions == | == Member Functions == | ||
''' | {|class="wikitable" width =100% | ||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[GetOwningQuest - Package|Quest '''GetOwningQuest'''()]] | |||
|Returns the [[Quest Script (Papyrus)|Quest]] that owns this package. | |||
|- | |||
|[[GetTemplate - Package|Package '''GetTemplate'''()]] | |||
|Obtains the package this package is templated on (if any). | |||
|- | |||
|} | |||
== Events == | == Events == |
Revision as of 05:19, 24 October 2013
Extends: Form Script (Papyrus)
Script for the manipulation of Packages.
Definition
ScriptName Package extends Form
Properties
None
Global Functions
None
Member Functions
Function | Description |
---|---|
Quest GetOwningQuest() | Returns the Quest that owns this package. |
Package GetTemplate() | Obtains the package this package is templated on (if any). |
Events
None