WoW:API GetQuestLogRewardSpell: Difference between revisions
Jump to navigation
Jump to search
(added initial version) |
m (Move page script moved page API GetQuestLogRewardSpell to API GetQuestLogRewardSpell without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← 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.