- Found in:
- Vanilla
Description
Wiki Description
Gets the quest that owns this package.
Documentation Comment
Returns the quest that owns this package
Caveats
Examples
; On a script attached to a package, tell our owning quest to start running
GetOwningQuest().Start()Auto-Generated Example
Quest returnedValue = myPackage__toCallFunctionOn.GetOwningQuest()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
