|
OpenTTD Source 20251116-master-g21329071df
|
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. | |
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().