OpenTTD Source 20241224-master-gee860a5c8e
CYapfCostRailT< Types >::TILE Struct Reference

Public Member Functions

 TILE (TileIndex tile, Trackdir td)
 

Data Fields

TileIndex tile
 
Trackdir td
 
TileType tile_type
 
RailType rail_type
 

Detailed Description

template<class Types>
struct CYapfCostRailT< Types >::TILE

Definition at line 32 of file yapf_costrail.hpp.

Constructor & Destructor Documentation

◆ TILE() [1/2]

template<class Types >
CYapfCostRailT< Types >::TILE::TILE ( )
inline

Definition at line 38 of file yapf_costrail.hpp.

◆ TILE() [2/2]

template<class Types >
CYapfCostRailT< Types >::TILE::TILE ( TileIndex  tile,
Trackdir  td 
)
inline

Definition at line 40 of file yapf_costrail.hpp.

Field Documentation

◆ rail_type

template<class Types >
RailType CYapfCostRailT< Types >::TILE::rail_type

Definition at line 36 of file yapf_costrail.hpp.

◆ td

template<class Types >
Trackdir CYapfCostRailT< Types >::TILE::td

Definition at line 34 of file yapf_costrail.hpp.

◆ tile

template<class Types >
TileIndex CYapfCostRailT< Types >::TILE::tile

Definition at line 33 of file yapf_costrail.hpp.

◆ tile_type

template<class Types >
TileType CYapfCostRailT< Types >::TILE::tile_type

Definition at line 35 of file yapf_costrail.hpp.


The documentation for this struct was generated from the following file: