OpenTTD Source 20241224-master-gee860a5c8e
|
Private Member Functions | |
bool | IsInspectable (uint index) const override |
Is the item with the given index inspectable? | |
uint | GetParent (uint) const override |
Get the parent "window_number" of a given instance. | |
const void * | GetInstance (uint index) const override |
Get the instance given an index. | |
const void * | GetSpec (uint) const override |
Get (NewGRF) specs given an index. | |
void | SetStringParameters (uint index) const override |
Set the string parameters to write the right data for a STRINGn. | |
uint32_t | GetGRFID (uint) const override |
Get the GRFID of the file that includes this item. | |
bool | PSAWithParameter () const override |
Used to decide if the PSA needs a parameter or not. | |
uint | Resolve (uint index, uint var, uint param, bool &avail) const override |
Resolve (action2) variable for a given index. | |
const std::span< int32_t > | GetPSA (uint index, uint32_t grfid) const override |
Gets the span containing the persistent storage. | |
Additional Inherited Members | |
Public Member Functions inherited from NIHelper | |
virtual | ~NIHelper ()=default |
Silence a warning. | |
Protected Member Functions inherited from NIHelper | |
void | SetSimpleStringParameters (StringID string, uint32_t index) const |
Helper to make setting the strings easier. | |
void | SetObjectAtStringParameters (StringID string, uint32_t index, TileIndex tile) const |
Helper to make setting the strings easier for objects at a specific tile. | |
Definition at line 586 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Get the GRFID of the file that includes this item.
index | index to check. |
Implements NIHelper.
Definition at line 592 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Get the instance given an index.
index | the index to get the instance for. |
Implements NIHelper.
Definition at line 589 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get().
|
inlineoverrideprivatevirtual |
Get the parent "window_number" of a given instance.
index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 588 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Gets the span containing the persistent storage.
index | Index of the item. |
grfid | Parameter for the PSA. Only required for items with parameters. |
Reimplemented from NIHelper.
Definition at line 601 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get().
|
inlineoverrideprivatevirtual |
Get (NewGRF) specs given an index.
index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 590 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Is the item with the given index inspectable?
index | the index to check. |
Implements NIHelper.
Definition at line 587 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Used to decide if the PSA needs a parameter or not.
Reimplemented from NIHelper.
Definition at line 593 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
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 595 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get(), TownResolverObject::GetScope(), ScopeResolver::GetVariable(), and VSG_SCOPE_SELF.
|
inlineoverrideprivatevirtual |
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 591 of file newgrf_debug_data.h.
References NIHelper::SetSimpleStringParameters().