Wowpedia

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

READ MORE

Wowpedia
Advertisement

Returns whether a given quest is a task (also known as bonus objectives or world quest).

isTask = C_QuestLog.IsQuestTask(questID)

Arguments[]

questID
number

Returns[]

isTask
boolean

Details[]

  • QuestIDs for tasks are unusable in all functions that take a QuestID until the player receives that quest in their log. This function returns false for known tasks, if the task has not been encountered this session. Logging out of the character makes the QuestID unusable again.

Patch changes[]

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_QuestLog.IsQuestTask()
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added as IsQuestTask()

Advertisement