IsStarting - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Checks to see if this quest is in the process of starting up.

Syntax[edit | edit source]

bool Function IsStarting() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this quest is enabled but not running yet.

Examples[edit | edit source]

; Is the main quest currently starting up?
if (MainQuestProperty.IsStarting())
  Debug.Trace("The main quest is still starting")
endIf

See Also[edit | edit source]