OpenTTD AI API
20241117-master-ga6c526cfa0
|
Class that handles all object-type related functions. More...
Static Public Member Functions | |
static bool | IsValidObjectType (ObjectType object_type) |
Checks whether the given object-type is valid. More... | |
static string | GetName (ObjectType object_type) |
Get the name of an object-type. More... | |
static int | GetViews (ObjectType object_type) |
Get the number of views for an object-type. More... | |
static bool | BuildObject (ObjectType object_type, int view, TileIndex tile) |
Build an object of the specified type. More... | |
static ObjectType | ResolveNewGRFID (int grfid, int grf_local_id) |
Get a specific object-type from a grf. More... | |
Class that handles all object-type related functions.
|
static |
Build an object of the specified type.
object_type | The type of the object to build. |
view | The view for teh object. |
tile | The tile to build the object on. |
|
static |
Get the name of an object-type.
object_type | The type to get the name for. |
|
static |
Get the number of views for an object-type.
object_type | The type to get the number of views for. |
|
static |
Checks whether the given object-type is valid.
object_type | The type to check. |
|
static |
Get a specific object-type from a grf.
grfid | The ID of the NewGRF. |
grf_local_id | The ID of the object, local to the NewGRF. |