PathFinderInterface..::..FindPath Method
Find path.
Namespace:
wManager.Wow.Helpers.PathFinderClassAssembly: wManager (in wManager.dll)
Syntax
List<Vector3> FindPath( Vector3 from, Vector3 to, string continentNameMpq, out 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].