IsQuestFlaggedCompleted

From Warcraft Wiki
Jump to navigation Jump to search

Determine if a quest has been completed.

isCompleted = IsQuestFlaggedCompleted(questID)

Arguments

questID
number - The quest to query.

Returns

isCompleted
boolean - true if it is completed, false if not or if the questID is not valid.

Example

print(IsQuestFlaggedCompleted(30041))  -- For a Pandaren
true
print(IsQuestFlaggedCompleted(13485))  -- The Panda has not Honored the Borean Tundra flame. 
false

See also

Patch changes

Warlords of Draenor Patch 6.0.2 (2014-10-14): Now returns true or false