GetOwningQuest - TopicInfo

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

Member of: TopicInfo Script

Gets the quest that owns this topic info.

SyntaxEdit

Quest Function GetOwningQuest() native

ParametersEdit

None

Return ValueEdit

The Quest that owns this topic info object.

ExamplesEdit

; Set the current stage of the owning quest to 10
MyTopicInfo.GetOwningQuest().SetCurrentStageID(10)

See AlsoEdit