found_path | :: boolean | True if found path. |
True if found path. | ||
goal_index | :: uint? | If path was found, provides index of the specific goal to which the path goes to. |
If path was found, provides index of the specific goal to which the path goes to. | ||
start_index | :: uint? | If path was found, provides index of the specific start from which the path to target goes from |
If path was found, provides index of the specific start from which the path to target goes from | ||
penalty | :: double? | Penalty of the path to goal if path was found. |
Penalty of the path to goal if path was found. | ||
is_front | :: boolean? | If path was found, tells if the path was reached from the train's front end or from RailEndStart with RailEndStart::is_front set. |
If path was found, tells if the path was reached from the train's front end or from RailEndStart with RailEndStart::is_front set. | ||
total_length | :: double? | If path was found and search was of type |
If path was found and search was of type | ||
path | :: array[LuaEntity]? | Only if search was of type |
Only if search was of type | ||
steps_count | :: uint | Amount of steps pathfinder performed. This is a measure of how expensive this search was. |
Amount of steps pathfinder performed. This is a measure of how expensive this search was. |