This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

GetOwningQuest - Scene

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Scene Script

Gets the quest that owns this scene.

Syntax[edit | edit source]

Quest Function GetOwningQuest() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Quest that owns this scene object.

Examples[edit | edit source]

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

See Also[edit | edit source]