GetOwningQuest - Scene
Member of: Scene Script
Gets the quest that owns this scene.
SyntaxEdit
Quest Function GetOwningQuest() native
ParametersEdit
None
Return ValueEdit
The Quest that owns this scene object.
ExamplesEdit
; Tell the quest that owns the scene go to stage 20
MyScene.GetOwningQuest().SetCurrentStageID(20)