← WoW API < GetQuestReward
Completes the quest with the specified quest reward.
Warning: Since making a choice here is irrevocable, use with caution.
GetQuestReward(itemChoice);
- Arguments
- (Number itemChoice)
- itemChoice
- The quest reward chosen
- Returns
- nil
- Example
GetQuestReward(QuestFrameRewardPanel.itemChoice);
- Result
- Description
- Gets the quest reward specified.
Community content is available under CC-BY-SA
unless otherwise noted.