|
OpenTTD
|
Data 'tables' for NewGRF debugging. More...
Go to the source code of this file.
Data Structures | |
| class | NIHVehicle |
| class | NIHStation |
| class | NIHHouse |
| class | NIHIndustryTile |
| class | NIHIndustry |
| class | NIHObject |
| class | NIHRailType |
| class | NIHAirportTile |
| class | NIHTown |
| class | NIHRoadType |
Macros | |
| #define | NIP(prop, base, variable, type, name) { name, (ptrdiff_t)cpp_offsetof(base, variable), cpp_sizeof(base, variable), prop, type } |
| #define | NIP_END() { nullptr, 0, 0, 0, 0 } |
| #define | NIC(cb_id, base, variable, bit) { #cb_id, (ptrdiff_t)cpp_offsetof(base, variable), cpp_sizeof(base, variable), bit, cb_id } |
| #define | NIC_END() { nullptr, 0, 0, 0, 0 } |
| #define | NIV(var, name) { name, var } |
| #define | NIV_END() { nullptr, 0 } |
| #define | NICV(cb_id, bit) NIC(cb_id, Engine, info.callback_mask, bit) |
| #define | NICS(cb_id, bit) NIC(cb_id, StationSpec, callback_mask, bit) |
| #define | NICH(cb_id, bit) NIC(cb_id, HouseSpec, callback_mask, bit) |
| #define | NICIT(cb_id, bit) NIC(cb_id, IndustryTileSpec, callback_mask, bit) |
| #define | NICI(cb_id, bit) NIC(cb_id, IndustrySpec, callback_mask, bit) |
| #define | NICO(cb_id, bit) NIC(cb_id, ObjectSpec, callback_mask, bit) |
| #define | NICAT(cb_id, bit) NIC(cb_id, AirportTileSpec, callback_mask, bit) |
Functions | |
| assert_compile (lengthof(_nifeatures)==GSF_FAKE_END) | |
Variables | |
| static const NICallback | _nic_vehicles [] |
| static const NIVariable | _niv_vehicles [] |
| static const NIFeature | _nif_vehicle |
| static const NICallback | _nic_stations [] |
| static const NIVariable | _niv_stations [] |
| static const NIFeature | _nif_station |
| static const NICallback | _nic_house [] |
| static const NIVariable | _niv_house [] |
| static const NIFeature | _nif_house |
| static const NICallback | _nic_industrytiles [] |
| static const NIVariable | _niv_industrytiles [] |
| static const NIFeature | _nif_industrytile |
| static const NIProperty | _nip_industries [] |
| static const NICallback | _nic_industries [] |
| static const NIVariable | _niv_industries [] |
| static const NIFeature | _nif_industry |
| static const NICallback | _nic_objects [] |
| static const NIVariable | _niv_objects [] |
| static const NIFeature | _nif_object |
| static const NIVariable | _niv_railtypes [] |
| static const NIFeature | _nif_railtype |
| static const NICallback | _nic_airporttiles [] |
| static const NIFeature | _nif_airporttile |
| static const NIVariable | _niv_towns [] |
| static const NIFeature | _nif_town |
| static const NIVariable | _niv_roadtypes [] |
| static const NIFeature | _nif_roadtype |
| static const NIFeature | _nif_tramtype |
| static const NIFeature *const | _nifeatures [] |
| Table with all NIFeatures. More... | |
Data 'tables' for NewGRF debugging.
Definition in file newgrf_debug_data.h.
|
static |
Definition at line 476 of file newgrf_debug_data.h.
|
static |
Definition at line 161 of file newgrf_debug_data.h.
|
static |
Definition at line 312 of file newgrf_debug_data.h.
|
static |
Definition at line 226 of file newgrf_debug_data.h.
|
static |
Definition at line 385 of file newgrf_debug_data.h.
|
static |
Definition at line 99 of file newgrf_debug_data.h.
|
static |
Definition at line 32 of file newgrf_debug_data.h.
|
static |
Definition at line 499 of file newgrf_debug_data.h.
|
static |
Definition at line 215 of file newgrf_debug_data.h.
|
static |
Definition at line 374 of file newgrf_debug_data.h.
|
static |
Definition at line 265 of file newgrf_debug_data.h.
|
static |
Definition at line 429 of file newgrf_debug_data.h.
|
static |
Definition at line 465 of file newgrf_debug_data.h.
|
static |
Definition at line 586 of file newgrf_debug_data.h.
|
static |
Definition at line 150 of file newgrf_debug_data.h.
|
static |
Definition at line 551 of file newgrf_debug_data.h.
|
static |
Definition at line 593 of file newgrf_debug_data.h.
|
static |
Definition at line 88 of file newgrf_debug_data.h.
|
static |
Table with all NIFeatures.
Definition at line 601 of file newgrf_debug_data.h.
Referenced by GetFeature().
|
static |
Definition at line 180 of file newgrf_debug_data.h.
|
static |
Definition at line 329 of file newgrf_debug_data.h.
|
static |
Definition at line 238 of file newgrf_debug_data.h.
|
static |
Definition at line 396 of file newgrf_debug_data.h.
|
static |
Definition at line 439 of file newgrf_debug_data.h.
|
static |
Definition at line 560 of file newgrf_debug_data.h.
|
static |
Definition at line 110 of file newgrf_debug_data.h.
|
static |
Definition at line 509 of file newgrf_debug_data.h.
|
static |
Definition at line 51 of file newgrf_debug_data.h.