Given an index of a (quest) point of interest item on the map (find total number of points of interest to iterate through using QuestMapUpdateQuest), return its name.
questName = QuestMapGetQuestName(index)
Parameters
Edit
Arguments
Edit
- index
- Number - The index of the point of interest on the quest map (see QuestMapUpdateQuest)
Returns
Edit
- questName
- String - The name of the quest that the particular Point of Interest refers to
Example
Edit
Details
Edit
Added in Patch 3.2 (August, 2009)
Community content is available under CC-BY-SA
unless otherwise noted.