IsActive - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Checks to see if this quest is active (currently tracked by the player).

Syntax[edit | edit source]

bool Function IsActive() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this quest is active or not.

Examples[edit | edit source]

; Is the player currently tracking the main quest?
if (MainQuestProperty.IsActive())
  Debug.Trace("The main quest is active")
endIf

See Also[edit | edit source]