- Found in:
- Vanilla
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")
endIfAuto-Generated Example
bool returnedValue = myQuest__toCallFunctionOn.IsActive()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
