GetOwningQuest - Package
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()