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()