Background for Starfield
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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.