m
Move page script moved page API GameTooltip GetSpell to WoW:API GameTooltip GetSpell without leaving a redirect
(Created page with '{{widgetmethod}} <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> spellName, spellRank, spellID = ''GameTooltip'':...') |
m (Move page script moved page API GameTooltip GetSpell to WoW:API GameTooltip GetSpell without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}}<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
spellName, spellID = ''GameTooltip'':GetSpell(); | |||
spellName | |||
Returns the name and link of the item displayed on a GameTooltip. | Returns the name and link of the item displayed on a GameTooltip. | ||
| Line 14: | Line 12: | ||
;''Returns'' | ;''Returns'' | ||
:spellName | :spellName, spellID | ||
:;spellName: Plain text spell name (e.g. "Explosive Shot"). | :;spellName | ||
:; | :: Plain text spell name (e.g. "Explosive Shot"). | ||
: | :;spellID | ||
:: Integer spell ID (e.g. "60053"). | |||