Difference between revisions of "Package Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jog
imported>CraftySentinel
m (→‎Member Functions: Formatting Change)
Line 18: Line 18:


== Member Functions ==
== Member Functions ==
'''Quest Function [[GetOwningQuest - Package|GetOwningQuest]]()'''
*Returns the [[Quest Script (Papyrus)|Quest]] that owns this package.


'''Package Function [[GetTemplate - Package|GetTemplate]]()'''
{|class="wikitable" width =100%
*Obtains the package this package is templated on (if any).
!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

Related Fragments