PathFinding¶
Methods¶
dst_x:
Int32Destination X.dst_y:
Int32Destination Y.ignoremob:
BooleanIgnores any mobiles with the path calculation.
Compute the path for the given destination and returns a list of Tile (coordinates).
- PathFinding.Go(r) → Boolean¶
r:
PathFinding.RouteA customized Route object.
Check if a destination is reachable.
- PathFinding.RunPath(path, timeout, debugMessage, useResync) → Boolean¶
path:
List[Tile]timeout:
SingledebugMessage:
BooleanuseResync:
Boolean
x:
Int32X coordinatey:
Int32Y coordinate
Create a Tile starting from X,Y coordinates (see PathFindig.RunPath)