Background for Skyrim SE
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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.