Wowpedia

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

READ MORE

Wowpedia
(rv)
m ({{wowapi}})
Line 1: Line 1:
  +
{{wowapi}}
<center>'''GetQuestLogRewardMoney''' ''-Documentation by AlexanderYoshi-''</center>
 
 
 
Returns a number representing the amount of copper rewarded by a particular quest.
 
Returns a number representing the amount of copper rewarded by a particular quest.
   
Line 28: Line 27:
   
 
: Returns a number representing the amount of copper rewarded by a particular quest.
 
: Returns a number representing the amount of copper rewarded by a particular quest.
 
----
 
{{WoW API}}
 

Revision as of 09:21, 18 June 2006

Returns a number representing the amount of copper rewarded by a particular quest.

GetQuestLogRewardMoney();

Arguments
none

Returns
Number rewardMoney
rewardMoney
The amount of copper this quest gives as a reward

Example
local rewardMoney= GetQuestLogRewardMoney();
Result
500

Description
Returns a number representing the amount of copper rewarded by a particular quest.