WoW API: GetNumQuestLeaderBoards
Jump to navigation
Jump to search
← WoW API < GetNumQuestLeaderBoards
Returns the number of objectives for a given quest.
Template:Code/Begin local numQuestLogLeaderBoards = GetNumQuestLogLeaderBoards([questID]) Template:Code/End
Parameters
Arguments
- questID
- Integer - Identifier of the quest. If not provided, default to the currently selected Quest, via SelectQuestLogEntry().
Returns
- numQuestLogLeaderBoards
- Integer - The number of objectives this quest possesses (Can be 0).
Notes
Previous versions of this page stated that the function returns three values, but did not list what the other two values were.