|
OpenTTD Source 20260531-master-g0e951f3528
|
Vehicle sub-coordinate data for moving into a new tile. More...
Data Fields | |
| Direction | dir = Direction::Invalid |
| new direction. | |
| Data Fields inherited from Coord2D< uint8_t > | |
| uint8_t | x |
| X coordinate. | |
| uint8_t | y |
| Y coordinate. | |
Additional Inherited Members | |
| Public Member Functions inherited from Coord2D< uint8_t > | |
| constexpr auto | operator<=> (const Coord2D< uint8_t > &) const=default |
| Compare with another instance of this class. | |
Vehicle sub-coordinate data for moving into a new tile.
Definition at line 3351 of file vehicle.cpp.
| Direction VehicleSubcoordData::dir = Direction::Invalid |
new direction.
Definition at line 3352 of file vehicle.cpp.
Referenced by VehicleEnterTileCoordinates().