Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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

Advertisement