IsStopped- Quest

Revision as of 14:31, 25 October 2011 by imported>Jlundin
(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