wManager.Wow.Helpers Namespace
WRobot

Pather..::..LoadTile Method

Load the tile.

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

Syntax


public bool LoadTile(
	int x,
	int y
)
Public Function LoadTile ( _
	x As Integer, _
	y As Integer _
) As Boolean
public:
bool^ LoadTile(
	int^ x, 
	int^ y
)

Parameters

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

Return Value

true if success, false otherwise.