WoW:API GetNumQuestLogRewards: Difference between revisions
Jump to navigation
Jump to search
GetNumQuestLogRewards -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
: Returns the count of the rewards for a particular quest. | : Returns the count of the rewards for a particular quest. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 06:03, 4 January 2006
Returns the count of the rewards for a particular quest.
GetNumQuestLogRewards();
- Arguments
- none
- Returns
- Number numQuestRewards
- numQuestRewards
- The number of rewards for this quest
- Example
local numQuestRewards = GetNumQuestLogRewards();
- Result
4
- Description
- Returns the count of the rewards for a particular quest.