Data Fields | |
| TileIndex | start_tile_tl |
| tl = top-left | |
| TileIndex | start_tile_br |
| br = bottom-right | |
| TileIndex | end_tile_tl |
| tl = top-left | |
| TileIndex | end_tile_br |
| br = bottom-right | |
| DiagDirection | start_direction |
| 0 to 3 or AI_PATHFINDER_NO_DIRECTION | |
| DiagDirection | end_direction |
| 0 to 3 or AI_PATHFINDER_NO_DIRECTION | |
| TileIndex | route [500] |
| byte | route_extra [500] |
| Some extra information about the route like bridge/tunnel. | |
| int | route_length |
| int | position |
| Current position in the build-path, needed to build the path. | |
| bool | rail_or_road |
| true = rail, false = road | |
Definition at line 247 of file trolly.h.
1.4.7