Background for Skyrim SE
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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.