IsStopped - Quest

Revision as of 15:44, 21 August 2013 by imported>Cappy (moved IsStopped- Quest to IsStopped - Quest)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Quest Script

Checks to see if this quest is completely stopped.

SyntaxEdit

bool Function IsStopped() native

ParametersEdit

None.

Return ValueEdit

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

ExamplesEdit

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

See AlsoEdit