GetOwningQuest - Scene
Revision as of 13:59, 26 October 2011 by imported>Plplecuyer
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)