Background for Skyrim SE
Member of the Quest script
boolfunctionIsActive()Native

Description

Wiki Description

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

Documentation Comment

Is this quest "active" (tracked by the player)?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myQuest__toCallFunctionOn.IsActive()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.