WoW:API GetNumQuestLogRewards

From AddOn Studio
Revision as of 06:03, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
GetNumQuestLogRewards -Documentation by AlexanderYoshi-

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.



Template:WoW API