WoW:API CastSpellByName

From AddOn Studio
Revision as of 14:48, 11 February 2005 by WoWWiki>WoWWiki-Sliver (Cast a spell by its given name where spell = ("spellname(Rank X)"))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CastSpellByName -Documentation by Sliver-

Arguments
( name )
name
String - Spell Name(as seen when mouse-over).

Returns
??

Example
( syntax )
CastSpellByName("spellname(Rank X)")


CastSpellByName('Life Tap(Rank 2)')

Result
Casts life tap on player(This example is warlock specific).

Description
Casts a spell by the spells given name.

Template:WoW API