OpenTTD Source  20240919-master-gdf0233f4c2
NIProperty Struct Reference

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
 

Detailed Description

Representation of the data from a NewGRF property.

Definition at line 88 of file newgrf_debug_gui.cpp.


The documentation for this struct was generated from the following file: