no edit summary
No edit summary |
|||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Get chat-link for a spell. | Get chat-link for a spell. | ||
link = GetSpellLink(spellId or spellName) | link = GetSpellLink(spellId or spellName) | ||
== Arguments == | == Arguments == | ||
(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]]. | ||
| Line 18: | Line 15: | ||
== Returns == | == Returns == | ||
:;link: String - A link to the spell | |||
:;TradeSkillLink: String - A link to the tradeskill if available, otherwise nil. (3.0.1+) | |||
:; | |||
== Details == | == Details == | ||