Background for Fallout 4
Member of the TopicInfo script
QuestfunctionGetOwningQuest()Native

Description

Wiki Description

Gets the quest that owns this topic info.

Documentation Comment

Returns the quest that owns this topic info


Caveats


Examples

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

Auto-Generated Example

Quest returnedValue = myTopicInfo__toCallFunctionOn.GetOwningQuest()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.