Returns information about a QuestPOI icon. Only works if the quest is displayed on the world map. Only returns the nearest of these points if there are more than one.


See also Quest functions, Map functions.

Signature:

_, posX, posY, objective = QuestPOIGetIconInfo(questID)

Arguments:

  • questID - The quest index to query (number)

Returns:

  • _ - Undocumented in Blizzard code (unknown)
  • posX - The x coordinate offset for the given POI (number)
  • posY - The y coordinate offset for the given POI (number)
  • objective - The objective number for the given POI (number)