wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..CastSpellByNameOn Method

Cast spell by name (in game) on.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


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 ).