PathFinder..::..FindPath Method (Vector3, Boolean%, Boolean, Boolean)
Find path.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static List<Vector3> FindPath( Vector3 to, out bool resultSuccess, bool skipIfPartiel, bool ignoreServerRoadsWater )
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).
- ignoreServerRoadsWater
- Type: Boolean
if set to true [ignore server roads water].