m
reworked page without {{WoW API}}
No edit summary |
m (reworked page without {{WoW API}}) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns the number of objectives for a given quest. | |||
{{Code/Begin}} | |||
local numQuestLogLeaderBoards = GetNumQuestLogLeaderBoards([questID]) | |||
{{Code/End}} | |||
== Parameters == | |||
:; | <big>'''Arguments'''</big> | ||
:;questID : Integer - Identifier of the quest. If not provided, default to the currently selected Quest, via [[API SelectQuestLogEntry|SelectQuestLogEntry()]]. | |||
- | |||
<big>'''Returns'''</big> | |||
:;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. | |||