OpenTTD Source
20241121-master-g67a0fccfad
|
Representation of the data from a NewGRF property. More...
Data Fields | |
const char * | name |
A (human readable) name for the property. | |
NIOffsetProc * | offset_proc |
Callback proc to get the actual variable address in memory. | |
uint8_t | read_size |
Number of bytes (i.e. byte, word, dword etc) | |
uint8_t | prop |
The number of the property. | |
uint8_t | type |
Representation of the data from a NewGRF property.
Definition at line 88 of file newgrf_debug_gui.cpp.