GetQuestCompleted

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the quest is completed, otherwise 0.

Syntax

[help]
(IsCompleted:int) GetQuestCompleted QuestID:ref 

Or:

(IsCompleted:int) GetQC QuestID:ref

Example

GetQuestCompleted QuestName

Notes

  • This function does not require the quest to be running, and will return the correct value if the quest has been halted using StopQuest or similar.