Description
Wiki Description
Obtains whether the specified quest objective is completed or not.
Documentation Comment
Checks to see if the specified objective is completed
Caveats
Parameters
intaiObjective
CK Wiki Description
The objective to check.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiObjective
bool returnedValue = myQuest__toCallFunctionOn.IsObjectiveCompleted(myInt__aiObjective)