WoW API: GetQuestLogRewardSpell
← WoW API < GetQuestLogRewardSpell
Returns information about the spell reward of the current selected quest.
texture, name, isTradeskillSpell, isSpellLearned = GetQuestLogRewardSpell();
- Arguments
- none
- Returns
- String texture, String name, Boolean isTradeskillSpell, Boolean isSpellLearned
- texture
- The texture of the spell icon
- name
- The spell name
- isTradeskillSpell
- Whether the spell is a tradeskill spell
- isSpellLearned
- Whether the spell has been learned already
- Description
- Returns information about the spell reward of the current selected quest.