wManager.Wow.Helpers Namespace
WRobot

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

Find path.

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

Syntax


public static List<Vector3> FindPath(
	Vector3 to,
	out bool resultSuccess,
	bool skipIfPartiel
)
Public Shared Function FindPath ( _
	to As Vector3, _
	<OutAttribute> ByRef resultSuccess As Boolean, _
	skipIfPartiel As Boolean _
) As List(Of Vector3)
public:
static List<Vector3^>^ FindPath(
	Vector3^ to, 
	[OutAttribute] bool^% resultSuccess, 
	bool^ skipIfPartiel
)

Parameters

to
Type: robotManager.Helpful..::..Vector3
destination position.
resultSuccess
Type: Boolean%
if set to true success.
skipIfPartiel
Type: Boolean
if set to true skip if partial (don't try to resolve path with offmeshconnetions).

Return Value

path.