OpenTTD
|
Private Member Functions | |
bool | IsInspectable (uint index) const |
Is the item with the given index inspectable? More... | |
uint | GetParent (uint index) const |
Get the parent "window_number" of a given instance. More... | |
const void * | GetInstance (uint index) const |
Get the instance given an index. More... | |
const void * | GetSpec (uint index) const |
Get (NewGRF) specs given an index. More... | |
void | SetStringParameters (uint index) const |
Set the string parameters to write the right data for a STRINGn. More... | |
uint32 | GetGRFID (uint index) const |
Get the GRFID of the file that includes this item. More... | |
uint | Resolve (uint index, uint var, uint param, bool *avail) const |
Resolve (action2) variable for a given index. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~NIHelper () |
Silence a warning. More... | |
virtual bool | PSAWithParameter () const |
Used to decide if the PSA needs a parameter or not. More... | |
virtual uint | GetPSASize (uint index, uint32 grfid) const |
Allows to know the size of the persistent storage. More... | |
virtual const int32 * | GetPSAFirstPosition (uint index, uint32 grfid) const |
Gets the first position of the array containing the persistent storage. More... | |
![]() | |
void | SetSimpleStringParameters (StringID string, uint32 index) const |
Helper to make setting the strings easier. More... | |
void | SetObjectAtStringParameters (StringID string, uint32 index, TileIndex tile) const |
Helper to make setting the strings easier for objects at a specific tile. More... | |
Definition at line 420 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
Get the GRFID of the file that includes this item.
index | index to check. |
Implements NIHelper.
Definition at line 426 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
Get the instance given an index.
index | the index to get the instance for. |
Implements NIHelper.
Definition at line 423 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
Get the parent "window_number" of a given instance.
index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 422 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
Get (NewGRF) specs given an index.
index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 424 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
Is the item with the given index inspectable?
index | the index to check. |
Implements NIHelper.
Definition at line 421 of file newgrf_debug_data.h.
|
inlineprivatevirtual |
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 428 of file newgrf_debug_data.h.
References TCX_NORMAL.
|
inlineprivatevirtual |
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 425 of file newgrf_debug_data.h.
References INVALID_STRING_ID, and NIHelper::SetObjectAtStringParameters().