WoW:API GetQuestReward: Difference between revisions
Jump to navigation
Jump to search
GetQuestReward -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 06:06, 4 January 2006
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.