PathFinding.Route
The Route class is used to configure the PathFinding.
TODO: PathFinding.Route Constructors
Properties
PathFinding.Route.DebugMessageBoolean
PathFinding.Route.DebugMessageBoolean
Outputs a debug message. (default: False)
PathFinding.Route.IgnoreMobileBoolean
PathFinding.Route.IgnoreMobileBoolean
Ignores any mobiles with the path calculation. (default: 0)
PathFinding.Route.MaxRetryInt32
PathFinding.Route.MaxRetryInt32
Number of attempts untill the path calculation is halted. (default: -1, no limit)
PathFinding.Route.RunBoolean
PathFinding.Route.RunBoolean
Maximum amount of time to run the path. (default: -1, no limit)
PathFinding.Route.StopIfStuckBoolean
PathFinding.Route.StopIfStuckBoolean
Halts the pathfinding fail to walk the path. (default: 0)
PathFinding.Route.TimeoutSingle
PathFinding.Route.TimeoutSingle
Maximum amount of time to run the path. (default: -1, no limit)
PathFinding.Route.UseResyncBoolean
PathFinding.Route.UseResyncBoolean
ReSyncs the path calculation. (default: False)
PathFinding.Route.XInt32
PathFinding.Route.XInt32
Sets the destination position X. (default: 0)
PathFinding.Route.YInt32
PathFinding.Route.YInt32
Sets the destination position Y. (default: 0)
Methods