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:

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 quest
    • Elite - Elite quest
    • Group - Group quest
    • Heroic - Heroic quest
    • PVP - PVP specific quest
    • Raid - Raid quest
    • nil - 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 failed
    • 1 - The quest was completed
    • nil - 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)