- 0 Talk
-
Sea.wow.questLog.getPlayerQuestTree
This article is a part of the documentation of the Sea function library
--
-- getPlayerQuestTree()
-- Returns a formatted table containing all of
-- the quests the player currently has.
--
-- Returns:
--
-- questTree - list of zones
-- {
-- ["zone name"] - list of quests
-- {
-- {
-- flatid - (string) id when fully expanded
-- title - (string) quest title
-- level - (number) quest level
-- tag - (string) Elite or Raid
-- groupNum - (number) Number of recommended party members
-- complete - (number) is quest completed (1 = complete, -1 = fail, nil otherwise)
-- daily - (boolean) is daily quest
-- }
-- }
-- }
--