|
OpenTTD AI API
12.0-beta1
|
Class that handles all NewGRF related functions. More...
Static Public Member Functions | |
| static bool | IsLoaded (uint32 grfid) |
| Check if a NewGRF with a given grfid is loaded. More... | |
| static uint32 | GetVersion (uint32 grfid) |
| Get the version of a loaded NewGRF. More... | |
| static char * | GetName (uint32 grfid) |
| Get the name of a loaded NewGRF. More... | |
Class that handles all NewGRF related functions.
|
static |
Get the name of a loaded NewGRF.
| grfid | The NewGRF to query. |
|
static |
Get the version of a loaded NewGRF.
| grfid | The NewGRF to query. |
|
static |
Check if a NewGRF with a given grfid is loaded.
| grfid | The grfid to check. |
1.8.17