GetOwningQuest - Scene
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)