Background for Skyrim SE
Member of the Quest script
boolfunctionIsObjectiveCompleted(intaiObjective)Native

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.