Background for Skyrim SE
Member of the Alias script
QuestfunctionGetOwningQuest()Native

Description

Wiki Description

Gets the quest that owns this alias.

Documentation Comment

Returns the quest that owns this alias


Caveats


Examples

; Tell the alias' owning quest to go to stage 50
Alias_Dragon.GetOwningQuest().SetStage(50)

Auto-Generated Example

Quest returnedValue = myAlias__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.