|
OpenTTD Source
1.11.0-beta2
|
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. | |
| 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.