correct the function name in the top code box and add second option for argument
(Page created) |
(correct the function name in the top code box and add second option for argument) |
||
| Line 2: | Line 2: | ||
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | ||
Get | Get chat-link for a spell. | ||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
link = | link = GetSpellLink(spellId or spellName) | ||
| Line 11: | Line 11: | ||
:;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 | |||
:;spellName : String - The name of the spell (Rank may be specified, defaults to highest if omitted) | |||
== Returns == | == Returns == | ||