IsStopped - Quest

From the Fallout4 CreationKit Wiki
Revision as of 14:44, 21 August 2013 by imported>Cappy (moved IsStopped- Quest to IsStopped - Quest)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Quest Script

Checks to see if this quest is completely stopped.

Syntax[edit | edit source]

bool Function IsStopped() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this quest is no longer enabled and fully shut down.

Examples[edit | edit source]

; Is the main quest currently fully stopped?
if (MainQuestProperty.IsStopped())
  Debug.Trace("The main quest is stopped")
endIf

See Also[edit | edit source]