GetOwningQuest - Package
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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()