|
OpenTTD Source 20260311-master-g511d3794ce
|
Base for each type of NewGRF spec to be used with NewGRFClass. More...
#include <newgrf_class.h>
Data Fields | |
| Tindex | class_index |
| Class index of this spec, invalid until class is allocated. | |
| uint16_t | index |
| Index within class of this spec, invalid until inserted into class. | |
Base for each type of NewGRF spec to be used with NewGRFClass.
Definition at line 17 of file newgrf_class.h.
| Tindex NewGRFSpecBase< Tindex >::class_index |
Class index of this spec, invalid until class is allocated.
Definition at line 18 of file newgrf_class.h.
Referenced by ObjectPickerCallbacks::FillUsedItems().
| uint16_t NewGRFSpecBase< Tindex >::index |
Index within class of this spec, invalid until inserted into class.
Definition at line 19 of file newgrf_class.h.
Referenced by BuildAirportWindow::DrawWidget(), and BuildAirportWindow::SelectFirstAvailableAirport().