wManager.Wow.Helpers Namespace
WRobot

Pather..::..RemoveTile Method

unload tile.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.