Private Member Functions | |
| bool | IsInspectable (uint index) const |
| Is the item with the given index inspectable? | |
| uint | GetParent (uint index) const |
| Get the parent "window_number" of a given instance. | |
| const void * | GetInstance (uint index) const |
| Get the instance given an index. | |
| const void * | GetSpec (uint index) const |
| Get (NewGRF) specs given an index. | |
| void | SetStringParameters (uint index) const |
| Set the string parameters to write the right data for a STRINGn. | |
| uint32 | GetGRFID (uint index) const |
| Get the GRFID of the file that includes this item. | |
| uint | Resolve (uint index, uint var, uint param, bool *avail) const |
| Resolve (action2) variable for a given index. | |
Definition at line 449 of file newgrf_debug_data.h.
| uint32 NIHAirportTile::GetGRFID | ( | uint | index | ) | const [inline, private, virtual] |
Get the GRFID of the file that includes this item.
| index | index to check. |
Implements NIHelper.
Definition at line 455 of file newgrf_debug_data.h.
References AirportTileSpec::Get(), GetAirportGfx(), AirportTileSpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, and IsInspectable().
| const void* NIHAirportTile::GetInstance | ( | uint | index | ) | const [inline, private, virtual] |
Get the instance given an index.
| index | the index to get the instance for. |
Implements NIHelper.
Definition at line 452 of file newgrf_debug_data.h.
| uint NIHAirportTile::GetParent | ( | uint | index | ) | const [inline, private, virtual] |
Get the parent "window_number" of a given instance.
| index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 451 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::GetByTile(), GetInspectWindowNumber(), GSF_FAKE_TOWNS, and Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index.
| const void* NIHAirportTile::GetSpec | ( | uint | index | ) | const [inline, private, virtual] |
Get (NewGRF) specs given an index.
| index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 453 of file newgrf_debug_data.h.
References AirportTileSpec::Get(), and GetAirportGfx().
| bool NIHAirportTile::IsInspectable | ( | uint | index | ) | const [inline, private, virtual] |
Is the item with the given index inspectable?
| index | the index to check. |
Implements NIHelper.
Definition at line 450 of file newgrf_debug_data.h.
References AirportTileSpec::Get(), GetAirportGfx(), AirportTileSpec::grf_prop, and GRFFilePropsBase< Tcnt >::grffile.
Referenced by GetGRFID().
| uint NIHAirportTile::Resolve | ( | uint | index, | |
| uint | var, | |||
| uint | param, | |||
| bool * | avail | |||
| ) | const [inline, private, virtual] |
Resolve (action2) variable for a given index.
| index | The (instance) index to resolve the variable for. | |
| var | The variable to actually resolve. | |
| param | The varaction2 0x60+x parameter to pass. | |
| avail | Return whether the variable is available. |
Implements NIHelper.
Definition at line 457 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::GetByTile(), AirportTileSpec::GetByTile(), AirportTileResolverObject::GetScope(), ScopeResolver::GetVariable(), and VSG_SCOPE_SELF.
| void NIHAirportTile::SetStringParameters | ( | uint | index | ) | const [inline, private, virtual] |
Set the string parameters to write the right data for a STRINGn.
| index | the index to get the string parameters for. |
Implements NIHelper.
Definition at line 454 of file newgrf_debug_data.h.
References GetStationIndex(), and NIHelper::SetObjectAtStringParameters().
1.7.1