wManager.Wow.Helpers Namespace
WRobot

Pather..::..GetTilePath Method

Get tile path.

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

Syntax


public string GetTilePath(
	int x,
	int y
)
Public Function GetTilePath ( _
	x As Integer, _
	y As Integer _
) As String
public:
String^ GetTilePath(
	int^ x, 
	int^ y
)

Parameters

x
Type: Int32
The x.
y
Type: Int32
The y.

Return Value

System.String.