WoW API: QuestMapGetQuestName

From AddOn Studio
Revision as of 20:15, 12 August 2009 by WoWWiki>DigitalSorceress (Created page with '{{wowapi}} __NOTOC__ {{Stub/API}} Given an index of a (quest) point of interest item on the map (find total number of points of interest to iterate through using [[API QuestMapUp...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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) 

Parameters

Arguments

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

Returns

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

Example

Details

Added in Patch 3.2 (August, 2009)