OpenTTD Source
20241108-master-g80f628063a
|
Representation of the available callbacks with information on when they actually apply. More...
Data Fields | |
const char * | name |
The human readable name of the callback. | |
NIOffsetProc * | offset_proc |
Callback proc to get the actual variable address in memory. | |
uint8_t | read_size |
The number of bytes (i.e. byte, word, dword etc) to read. | |
uint8_t | cb_bit |
The bit that needs to be set for this callback to be enabled. | |
uint16_t | cb_id |
The number of the callback. | |
Representation of the available callbacks with information on when they actually apply.
Definition at line 101 of file newgrf_debug_gui.cpp.