GetOwningQuest - Alias

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Alias Script

Gets the quest that owns this alias.

Syntax[edit | edit source]

Quest Function GetOwningQuest() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Quest that owns this alias object.

Examples[edit | edit source]

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

See Also[edit | edit source]