Wikia

WoWWiki

Watchlist Recent changes

API GameTooltip SetSpell

Main Menue



Shows the tooltip for the specified spell.

GameTooltip:SetSpell(spellBookId, bookType);
Arguments
spellBookId
Number - the id of the spell on the tab from the spellbook - not the same as SpellId
bookType
String - Either BOOKTYPE_SPELL ("spell") or BOOKTYPE_PET ("pet").
Returns
unknown

Examples Edit

GameTooltip:SetSpell(46, BOOKTYPE_SPELL)

Details Edit

  • Find the spellBookId as follows:
local i = 1
while true do
   local spell, rank = GetSpellName(i, BOOKTYPE_SPELL)
   if (not spell) then
      break
   end
   if (rank) then
      spell = spell.." ("..rank..")"
   end
   DEFAULT_CHAT_FRAME:AddMessage(i..": "..spell)
   i = i + 1
end

Notes Edit

This has been renamed to SetSpellBookItem in patch 4.0.1

Pages on WoWWiki

95,750pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki