OpenTTD Source 20241224-master-gee860a5c8e
SpecMapping< T > Struct Template Reference

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.
 

Detailed Description

template<typename T>
struct SpecMapping< T >

Definition at line 23 of file base_station_base.h.

Field Documentation

◆ grfid

template<typename T >
uint32_t SpecMapping< T >::grfid

GRF ID of this custom spec.

Definition at line 25 of file base_station_base.h.

◆ localidx

template<typename T >
uint16_t SpecMapping< T >::localidx

Local ID within GRF of this custom spec.

Definition at line 26 of file base_station_base.h.

◆ spec

template<typename T >
const T* SpecMapping< T >::spec

Custom spec.

Definition at line 24 of file base_station_base.h.


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