Background for Fallout 4
Member of the Package script
QuestfunctionGetOwningQuest()Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.