GetOwningQuest - Scene

From the Fallout4 CreationKit Wiki
Revision as of 13:59, 26 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Scene Script

Gets the quest that owns this scene.

Syntax[edit | edit source]

Quest Function GetOwningQuest() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Quest that owns this scene object.

Examples[edit | edit source]

; Tell the quest that owns the scene go to stage 20
MyScene.GetOwningQuest().SetCurrentStageID(20)

See Also[edit | edit source]