GetNumQuestLeaderBoards

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns the number of objectives for a quest.

numQuestLogLeaderBoards = GetNumQuestLeaderBoards([questID])

Parameters

Arguments

questID
number - Identifier of the quest. If not provided, default to the currently selected Quest, via SelectQuestLogEntry().

Returns

numQuestLogLeaderBoards
number - The number of objectives this quest possesses (Can be 0).

Details

Previous versions of this page stated that the function returns three values, but did not list what the other two values were.