GetOwningQuest - TopicInfo

From the Fallout4 CreationKit Wiki
Revision as of 14:39, 26 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: TopicInfo Script

Gets the quest that owns this topic info.

Syntax[edit | edit source]

Quest Function GetOwningQuest() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Quest that owns this topic info object.

Examples[edit | edit source]

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

See Also[edit | edit source]