WoW:API GetQuestReward

From AddOn Studio
Revision as of 06:06, 4 January 2006 by WoWWiki>Muert
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