WoW API: GetQuestLogRewardSpell

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetQuestLogRewardSpell to API GetQuestLogRewardSpell without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.