Background for Fallout 4
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 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.