OpenTTD Source 20241224-master-gf74b0cf984
|
Data Fields | |
const T * | spec |
Custom spec. | |
uint32_t | grfid |
GRF ID of this custom spec. | |
uint16_t | localidx |
Local ID within GRF of this custom spec. | |
Definition at line 23 of file base_station_base.h.
uint32_t SpecMapping< T >::grfid |
GRF ID of this custom spec.
Definition at line 25 of file base_station_base.h.
uint16_t SpecMapping< T >::localidx |
Local ID within GRF of this custom spec.
Definition at line 26 of file base_station_base.h.
const T* SpecMapping< T >::spec |
Custom spec.
Definition at line 24 of file base_station_base.h.