Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
m ({{wowapi}})
(18 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''GetNumQuestLogRewards''' ''-Documentation by AlexanderYoshi-''</center>
 
 
 
Returns the count of the rewards for a particular quest.
 
Returns the count of the rewards for a particular quest.
   
Line 13: Line 12:
 
;''Returns''
 
;''Returns''
   
:;Number
+
:Number numQuestRewards
  +
  +
:;numQuestRewards : The number of rewards for this quest
   
 
----
 
----
Line 20: Line 21:
   
 
;''Result''
 
;''Result''
2
+
4
   
 
----
 
----
Line 26: Line 27:
   
 
: Returns the count of the rewards for a particular quest.
 
: Returns the count of the rewards for a particular quest.
 
----
 
{{Template:WoW API}}
 

Revision as of 09:20, 18 June 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.