Description
Wiki Description
Flags this quest as active or not (tracked by the player).
Documentation Comment
Flags this quest as "active" (tracked by the player)
Parameters
boolabActive=true
CK Wiki Description
Whether the quest should be active or not.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abActive
myQuest__toCallFunctionOn.SetActive(myBool__abActive)