→Arguments
No edit summary |
|||
| Line 8: | Line 8: | ||
(spellId/spellName, spellRank) | (spellId/spellName, spellRank) | ||
:;spellId : Integer - The global spell number, found on wowhead or through [[API_COMBAT_LOG_EVENT|COMBAT_LOG_EVENT]]. | :;spellId : Integer - The global spell number, found on wowhead or through [[API_COMBAT_LOG_EVENT|COMBAT_LOG_EVENT]]. | ||
or | or | ||
:;spellName : String - The name of the spell (Rank may be specified, defaults to highest if omitted) | :;spellName : String - The name of the spell (Rank may be specified, defaults to highest if omitted) | ||
:;spellRank : String - The rank of the spell "Rank 1" etc. You can use "" and still get a response of the highest rank known. (usefull for things like GetSpellLink("Faerie Fire (Feral)") which would return nil unless you use GetSpellLink("Faerie Fire (Feral)", "") | |||
or | |||
:; | :;spellNum : Integer - Valid values are 1 through total number of spells in the spellbook on all pages and all tabs, ignoring empty slots. | ||
:;spellBook : String - BOOKTYPE_SPELL or BOOKTYPE_PET depending on whether you wish to query the player or pet spellbook. | |||
== Returns == | == Returns == | ||