wManager.Wow.Helpers Namespace
WRobot

PathFinderInterface..::..FindPath Method

Find path.

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

Syntax


List<Vector3> FindPath(
	Vector3 from,
	Vector3 to,
	string continentNameMpq,
	out bool resultSuccess,
	bool addFromAndStart,
	bool loadAllTile
)
Function FindPath ( _
	from As Vector3, _
	to As Vector3, _
	continentNameMpq As String, _
	<OutAttribute> ByRef resultSuccess As Boolean, _
	addFromAndStart As Boolean, _
	loadAllTile As Boolean _
) As List(Of Vector3)
List<Vector3^>^ FindPath(
	Vector3^ from, 
	Vector3^ to, 
	String^ continentNameMpq, 
	[OutAttribute] bool^% resultSuccess, 
	bool^ addFromAndStart, 
	bool^ loadAllTile
)

Parameters

from
Type: robotManager.Helpful..::..Vector3
Starting position.
to
Type: robotManager.Helpful..::..Vector3
destination position.
continentNameMpq
Type: String
The continent name (file name like ContinentNameMpq).
resultSuccess
Type: Boolean%
if set to true success.
addFromAndStart
Type: Boolean
if set to true [add from and start].
loadAllTile
Type: Boolean
if set to true [load all tile].

Return Value

path.