Description
Wiki Description
Obtains whether the specified quest objective is failed or not.
Documentation Comment
Checks to see if the specified objective is failed
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.IsObjectiveFailed(myInt__aiObjective)Related Pages
- Quest
- Quest.SetObjectiveFailed(...)
