OpenTTD Source 20250524-master-gc366e6a48e
NICallback Struct Reference

Representation of the available callbacks with information on when they actually apply. More...

Data Fields

std::string_view name
 The human readable name of the callback.
 
NIReadProc * read_proc
 Callback proc to get the actual variable from memory.
 
std::variant< std::monostate, VehicleCallbackMask, StationCallbackMask, RoadStopCallbackMask, HouseCallbackMask, CanalCallbackMask, CargoCallbackMask, IndustryCallbackMask, IndustryTileCallbackMask, ObjectCallbackMask, AirportTileCallbackMaskcb_bit
 The bit that needs to be set for this callback to be enabled.
 
uint16_t cb_id
 The number of the callback.
 

Detailed Description

Representation of the available callbacks with information on when they actually apply.

Definition at line 104 of file newgrf_debug_gui.cpp.

Field Documentation

◆ cb_bit

The bit that needs to be set for this callback to be enabled.

Definition at line 118 of file newgrf_debug_gui.cpp.

◆ cb_id

uint16_t NICallback::cb_id

The number of the callback.

Definition at line 119 of file newgrf_debug_gui.cpp.

◆ name

std::string_view NICallback::name

The human readable name of the callback.

Definition at line 105 of file newgrf_debug_gui.cpp.

◆ read_proc

NIReadProc* NICallback::read_proc

Callback proc to get the actual variable from memory.

Definition at line 106 of file newgrf_debug_gui.cpp.


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