- Found in:
- Vanilla
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")
endIfAuto-Generated Example
bool returnedValue = myQuest__toCallFunctionOn.IsCompleted()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
