|
OpenTTD Source 20260311-master-g511d3794ce
|
Structure used inside PfCalcCost() to keep basic tile information. More...
#include <yapf_costrail.hpp>
Public Member Functions | |
| TILE (TileIndex tile, Trackdir td) | |
Data Fields | |
| TileIndex | tile |
| Trackdir | td |
| TileType | tile_type |
| RailType | rail_type |
Structure used inside PfCalcCost() to keep basic tile information.
Definition at line 32 of file yapf_costrail.hpp.
|
inline |
Definition at line 38 of file yapf_costrail.hpp.
|
inline |
Definition at line 40 of file yapf_costrail.hpp.
| RailType CYapfCostRailT< Types >::TILE::rail_type |
Definition at line 36 of file yapf_costrail.hpp.
| Trackdir CYapfCostRailT< Types >::TILE::td |
Definition at line 34 of file yapf_costrail.hpp.
| TileIndex CYapfCostRailT< Types >::TILE::tile |
Definition at line 33 of file yapf_costrail.hpp.
| TileType CYapfCostRailT< Types >::TILE::tile_type |
Definition at line 35 of file yapf_costrail.hpp.