C_TaskQuest.GetQuestsForPlayerByMapID

From Warcraft Wiki
Jump to navigation Jump to search

Locates world quests, follower quests and bonus objectives on a map.

taskPOIs = C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

taskPOIs
TaskPOIData[]
Field Type Description
questId number
x number
y number
inProgress boolean
numObjectives number
mapID number
isQuestStart boolean
isDaily boolean
isCombatAllyQuest boolean
childDepth number?

Patch changes

Battle for Azeroth Patch 8.2.0 (2019-06-25): Added isQuestStart, isDaily, isCombatAllyQuest fields.
Battle for Azeroth Patch 8.1.0 (2018-12-11): Added childDepth field.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Replaced mapID, parentMapID arguments with uiMapID
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

See also