Description
Wiki Description
Sets whether the specified quest objective is completed or not.
Documentation Comment
Sets the specified objective to completed or not
Parameters
intaiObjective
CK Wiki Description
The objective to flag as completed or not.
boolabCompleted=true
CK Wiki Description
Whether to flag this objective as completed.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiObjective
bool myBool__abCompleted
myQuest__toCallFunctionOn.SetObjectiveCompleted(myInt__aiObjective, myBool__abCompleted)