WoW:API GetNumQuestLogRewards: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the count of the rewards for a particular quest. | Returns the count of the rewards for a particular quest. | ||
Line 28: | Line 27: | ||
: Returns the count of the rewards for a particular quest. | : Returns the count of the rewards for a particular quest. | ||
Revision as of 09:20, 18 June 2006
← WoW API < GetNumQuestLogRewards
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.