C_QuestLog.GetQuestsOnMap

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

quests = C_QuestLog.GetQuestsOnMap(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

quests
QuestOnMapInfo[]
Field Type Description
questID number
x number
y number
type number
isMapIndicatorQuest boolean

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Added type, isMapIndicatorQuest fields.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.