WoW:Sea.wow.tooltip.GetSpellIDByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (+ cat)
Line 1: Line 1:
GetSpellIDByName( name, [booktype[, rank]] )
<pre>GetSpellIDByName( name, [booktype[, rank]] )
:name = localized spell name
:name = localized spell name
:booktype = BOOKTYPE_SPELL, BOOKTYPE_PET
:booktype = BOOKTYPE_SPELL, BOOKTYPE_PET
:rank = Spell Rank
:rank = Spell Rank
Returns a Number
Returns a Number
</pre>
[[Category:Cosmos]]

Revision as of 19:22, 25 September 2006

GetSpellIDByName( name, [booktype[, rank]] )
:name = localized spell name
:booktype = BOOKTYPE_SPELL, BOOKTYPE_PET
:rank = Spell Rank
Returns a Number