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