wManager.Wow.Helpers Namespace
WRobot

PathFinder..::..FindPath Method (Vector3, Vector3, String, Boolean)

Find path.

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

Syntax


public static List<Vector3> FindPath(
	Vector3 from,
	Vector3 to,
	string continentNameMpq,
	bool skipIfPartiel
)
Public Shared Function FindPath ( _
	from As Vector3, _
	to As Vector3, _
	continentNameMpq As String, _
	skipIfPartiel As Boolean _
) As List(Of Vector3)
public:
static List<Vector3^>^ FindPath(
	Vector3^ from, 
	Vector3^ to, 
	String^ continentNameMpq, 
	bool^ skipIfPartiel
)

Parameters

from
Type: robotManager.Helpful..::..Vector3
to
Type: robotManager.Helpful..::..Vector3
Starting position.destination position.
continentNameMpq
Type: String
The continent name (file name like ContinentNameMpq).
skipIfPartiel
Type: Boolean
if set to true skip if partial (don't try to resolve path with offmeshconnetions).

Return Value

path.