WoW API: GetQuestLogRewardSpell

From AddOn Studio
Revision as of 01:26, 7 April 2010 by WoWWiki>Luke1410 (added initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.