WoW:API GetQuestLogLeaderBoard: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 7: Line 7:
type could be the following things: "item" or "monster"
type could be the following things: "item" or "monster"
and done is nil if this sub objective is not completed yet, else it is 1
and done is nil if this sub objective is not completed yet, else it is 1
[[Category:API Functions|GetQuestLogLeaderBoard]]
[[Category:API Quest Functions|GetQuestLogLeaderBoard]]

Revision as of 14:49, 27 August 2005

This function returns up to 3 values:

local title, type, done GetQuestLogLeaderBoard(i)

Where "i" is the index of the quests objectives (see GetNumQuestLeaderBoards ). title is something like: "Kill foo: 0/3" type could be the following things: "item" or "monster" and done is nil if this sub objective is not completed yet, else it is 1