OpenTTD Source 20250206-master-g6089ed8059
|
Container for a label for rail or road type conversion. More...
#include <newgrf_commons.h>
Data Fields | |
T | label = {} |
Label of rail or road type. | |
uint8_t | subtype = 0 |
Subtype of type (road or tram). | |
Container for a label for rail or road type conversion.
Definition at line 334 of file newgrf_commons.h.
T LabelObject< T >::label = {} |
Label of rail or road type.
Definition at line 335 of file newgrf_commons.h.
Referenced by RAILChunkHandler::Save(), and ROTTChunkHandler::Save().
uint8_t LabelObject< T >::subtype = 0 |
Subtype of type (road or tram).
Definition at line 336 of file newgrf_commons.h.
Referenced by ROTTChunkHandler::Save().