Description
Wiki Description
Checks to see if this quest is running or not.
Documentation Comment
Checks to see if the quest is running
Caveats
CK Wiki - Notes
- If the quest has a startup stage, IsRunning() remains false until the fragment scripts of this stage end their execution.
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myQuest__toCallFunctionOn.IsRunning()