WoW:API GetQuestReward

From AddOn Studio
Revision as of 15:10, 27 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
GetQuestReward -Documentation by AlexanderYoshi-

Gets the quest reward specified.

GetQuestReward(itemChoice);

Arguments
(Number itemChoice)
itemChoice
The quest reward chosen

Returns
nil

Example
GetQuestReward(QuestFrameRewardPanel.itemChoice);
Result

Description
Gets the quest reward specified.

Template:WoW API