![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns whether the supplied quest in the quest log is complete.
isComplete = C_QuestLog.IsComplete(questID)
Arguments
- questID
- number
Returns
- isComplete
- boolean - Whether the quest is both in the quest log and is complete
Patch changes
Patch 9.0.1 (2020-10-13): Moved to C_QuestLog.IsComplete()
Patch 6.0.2 (2014-10-14): Added as IsQuestComplete()
