wManager.Wow.Helpers Namespace
WRobot

ClickOnTerrain..::..Spell Method

Cast spell by ID and click on terrain.

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

Syntax


public static void Spell(
	uint spellId,
	Vector3 vector3,
	bool waitCasting,
	bool stopMove
)
Public Shared Sub Spell ( _
	spellId As UInteger, _
	vector3 As Vector3, _
	waitCasting As Boolean, _
	stopMove As Boolean _
)
public:
static void Spell(
	unsigned int^ spellId, 
	Vector3^ vector3, 
	bool^ waitCasting, 
	bool^ stopMove
)

Parameters

spellId
Type: UInt32
The spell id.
vector3
Type: robotManager.Helpful..::..Vector3
The position to click.
waitCasting
Type: Boolean
if set to true wait casting.
stopMove
Type: Boolean
if set to true stop move.