Background for Fallout 4
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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.