FailAllObjectives - Quest

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

Member of: Quest Script

Flags all objectives on this quest as failed.

Syntax[edit | edit source]

Function FailAllObjectives() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; fails all objectives on the quest
MyQuest.FailAllObjectives()

See Also[edit | edit source]