C_QuestLog.IsOnMap

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if the specified quest is on the map, and whether or not it has any local PoIs.

onMap, hasLocalPOI = C_QuestLog.IsOnMap(questID)

Arguments

questID
number

Returns

onMap
boolean
hasLocalPOI
boolean

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.