WoW:API GetQuestReward: Difference between revisions
Jump to navigation
Jump to search
GetQuestReward -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetQuestReward]] | |||
[[Category:API Quest Functions|GetQuestReward]] |
Revision as of 15:10, 27 August 2005
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.