OpenTTD
|
Representation of the data from a NewGRF property. More...
Data Fields | |
const char * | name |
A (human readable) name for the property. | |
ptrdiff_t | offset |
Offset of the variable in the class. | |
byte | read_size |
Number of bytes (i.e. byte, word, dword etc) | |
byte | prop |
The number of the property. | |
byte | type |
Representation of the data from a NewGRF property.
Definition at line 85 of file newgrf_debug_gui.cpp.