OpenTTD
|
Cached often queried (NewGRF) values. More...
#include <vehicle_base.h>
Data Fields | |
uint32 | position_consist_length |
Cache for NewGRF var 40. | |
uint32 | position_same_id_length |
Cache for NewGRF var 41. | |
uint32 | consist_cargo_information |
Cache for NewGRF var 42. (Note: The cargotype is untranslated in the cache because the accessing GRF is yet unknown.) | |
uint32 | company_information |
Cache for NewGRF var 43. | |
uint32 | position_in_vehicle |
Cache for NewGRF var 4D. | |
uint8 | cache_valid |
Bitset that indicates which cache values are valid. |
Cached often queried (NewGRF) values.
Definition at line 66 of file vehicle_base.h.