Difference between revisions of "Package Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
m (→‎Member Functions: Formatting Change)
imported>CraftySentinel
m (→‎Member Functions: Reverted to List)
 
Line 19: Line 19:
== Member Functions ==
== Member Functions ==


{|class="wikitable" width =100%
:'''Quest [[GetOwningQuest - Package|GetOwningQuest]]()'''
!style="text-align:left;"|Function
:*Returns the [[Quest Script (Papyrus)|Quest]] that owns this package.
!style="text-align:left;"|Description
|-
|[[GetOwningQuest - Package|Quest '''GetOwningQuest'''()]]
|Returns the [[Quest Script (Papyrus)|Quest]] that owns this package.
|-


|[[GetTemplate - Package|Package '''GetTemplate'''()]]
:'''Package [[GetTemplate - Package|GetTemplate]]()'''
|Obtains the package this package is templated on (if any).
:*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]