WoW:API GetQuestReward: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''GetQuestReward''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Gets the quest reward specified.
Gets the quest reward specified.


Line 27: Line 26:


: Gets the quest reward specified.
: Gets the quest reward specified.
----
{{WoW API}}

Revision as of 09:17, 18 June 2006

WoW API < GetQuestReward

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.