PathFinding.Route¶
Properties¶
PathFinding.Route.DebugMessage
BooleanOutputs a debug message. (default: False)PathFinding.Route.IgnoreMobile
BooleanIgnores any mobiles with the path calculation. (default: 0)PathFinding.Route.MaxRetry
Int32Number of attempts untill the path calculation is halted. (default: -1, no limit)PathFinding.Route.StopIfStuck
BooleanHalts the pathfinding fail to walk the path. (default: 0)PathFinding.Route.Timeout
SingleMaximum amount of time to run the path. (default: -1, no limit)PathFinding.Route.UseResync
BooleanReSyncs the path calculation. (default: False)PathFinding.Route.X
Int32Sets the destination position X. (default: 0)PathFinding.Route.Y
Int32Sets the destination position Y. (default: 0)