GetOwningQuest - Scene

Revision as of 14:59, 26 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

See AlsoEdit