Cast spell by name (in game) on.
Namespace:
wManager.Wow.Helpers
Assembly:
wManager (in wManager.dll)
public static void CastSpellByNameOn(
string spellName,
string luaUnitId
)
Public Shared Sub CastSpellByNameOn ( _
spellName As String, _
luaUnitId As String _
)
public:
static void CastSpellByNameOn(
String^ spellName,
String^ luaUnitId
)
Parameters
- spellName
- Type: String
Name of the spell (client language name).
- luaUnitId
- Type: String
Unit Id (lua api: http://wow.gamepedia.com/UnitId ).