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

Description

Wiki Description

Checks to see if this quest is completed.

Documentation Comment

Checks to see if the quest is completed


Caveats


Examples

; Has the player completed the main quest?
if (MainQuestProperty.IsCompleted())
  Debug.Trace("The main quest is completed")
endIf

Auto-Generated Example

bool returnedValue = myQuest__toCallFunctionOn.IsCompleted()

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.