wManager.Wow.Helpers Namespace
WRobot

TraceLine..::..TraceLineGo Method (Vector3)

Trace line from character position to destination, return true if the line hit game element.

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

Syntax


public static bool TraceLineGo(
	Vector3 to
)
Public Shared Function TraceLineGo ( _
	to As Vector3 _
) As Boolean
public:
static bool^ TraceLineGo(
	Vector3^ to
)

Parameters

to
Type: robotManager.Helpful..::..Vector3
destination.

Return Value

true if hit, false otherwise.