IsStopped - Quest
Revision as of 14:44, 21 August 2013 by imported>Cappy (moved IsStopped- Quest to IsStopped - Quest)
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