FailAllObjectives - Quest

From the CreationKit Wiki
Revision as of 14:20, 25 October 2011 by imported>Jlundin
(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

Function FailAllObjectives() native

Parameters

None.

Return Value

None.

Examples

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

See Also