OpenTTD Source
20241108-master-g80f628063a
|
Position information of a vehicle after it moved. More...
#include <vehicle_func.h>
Data Fields | |
int | x |
int | y |
x and y position of the vehicle after moving | |
TileIndex | old_tile |
Current tile of the vehicle. | |
TileIndex | new_tile |
Tile of the vehicle after moving. | |
Position information of a vehicle after it moved.
Definition at line 77 of file vehicle_func.h.