WoW API: QuestMapGetQuestName

Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API QuestMapGetQuestName to API QuestMapGetQuestName without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < QuestMapGetQuestName

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) 

ParametersEdit

ArgumentsEdit

index
Number - The index of the point of interest on the quest map (see QuestMapUpdateQuest)

ReturnsEdit

questName
String - The name of the quest that the particular Point of Interest refers to

ExampleEdit

DetailsEdit

Added in Patch 3.2 (August, 2009)