Difference between revisions of "Package Script"

From the CreationKit Wiki
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 Function [[GetOwningQuest - Package|GetOwningQuest]]()
 
**Returns the [[Quest Script (Papyrus)|Quest]] that owns this package.
:'''Quest [[GetOwningQuest - Package|GetOwningQuest]]()'''
*Package Function [[GetTemplate - Package|GetTemplate]]()
:*Returns the [[Quest Script (Papyrus)|Quest]] that owns this package.
**Obtains the package this package is templated on (if any).
 
:'''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

Related Fragments[edit | edit source]