Background for Skyrim SE
Member of the Scene script
QuestfunctionGetOwningQuest()Native

Description

Wiki Description

Gets the quest that owns this scene.

Documentation Comment

Returns the quest that owns this scene


Caveats


Examples

; Tell the quest that owns the scene go to stage 20
MyScene.GetOwningQuest().SetCurrentStageID(20)

Auto-Generated Example

Quest returnedValue = myScene__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.