Returns information about an entry in the player's quest log
See also Quest functions.
Signature:
questLogTitleText, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily, questID, startEvent = GetQuestLogTitle(questIndex)
Arguments:
questIndex- Index of a quest in the quest log (between 1 andGetNumQuestLogEntries()) (number)
Returns:
questLogTitleText- Title of the quest (string)level- Recommended character level for attempting the quest (number)questTag- Localized tag describing the type of quest (string)Dungeon- Dungeon or instance questElite- Elite questGroup- Group questHeroic- Heroic questPVP- PVP specific questRaid- Raid questnil- Standard quest
suggestedGroup- For some group quests, the recommended number of group members for attempting the quest (number)isHeader- 1 if the entry is a group header; nil if the entry is a quest (1nil)isCollapsed- 1 if the entry is a collapsed header; otherwise nil (1nil)isComplete- Whether the quest is complete (number)-1- The quest was failed1- The quest was completednil- The quest has yet to reach a conclusion
isDaily- 1 if the quest is a daily quest; otherwise nil (1nil)questID- The quest's questID. (number)startEvent- 1 if the quest starts a event (not completed, even if it says it is); otherwise nil (1nil)