GetOwningQuest - Package

From the CreationKit Wiki
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Package Script (Papyrus)

Gets the quest that owns this package.

Syntax[edit | edit source]

Quest Function GetOwningQuest() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Quest that owns this package object.

Examples[edit | edit source]

; On a script attached to a package, tell our owning quest to start running
GetOwningQuest().Start()

See Also[edit | edit source]