Background for Skyrim SE
Member of the Quest script
voidfunctionSetObjectiveCompleted(intaiObjective, boolabCompleted=true)Native

Description

Wiki Description

Sets whether the specified quest objective is completed or not.

Documentation Comment

Sets the specified objective to completed or not


Parameters

  1. intaiObjective

    CK Wiki Description

    The objective to flag as completed or not.

  2. 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)

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.