- 0 Talk
-
API QuestMapGetPOIInfoForQuest
| | This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
Returns details about a point of interest on the map (see also QuestMapGetQuestName(index) and QuestMapUpdateQuest(index))
mapID, x, y, icon, text = QuestMapGetPOIInfoForQuest(questIndex, poiIndex)
Parameters
Edit
Arguments
Edit
- questIndex
- Number - The quest log index for the quest of interest
- poiIndex
- Number - The idex of the Point of Interest on the map
Returns
Edit
- mapID
- Number? - This may be a number or GUID - not really sure
- x
- Number - The X position on the map of the queried item
- y
- Number - The y position on the map of the queried item
- icon
- String? - Icon texture name? of the queried item
- text
- String - Text about the queried item
Example
Edit
Details
Edit
This function was added in patch 3.2 (August, 2009)