|
OpenTTD Source 20260311-master-g511d3794ce
|
Sprites to use and how to display them for object tiles. More...
#include "table/strings.h"Go to the source code of this file.
Macros | |
| #define | TILE_SEQ_LINE(sz, img) |
| #define | TILE_SPRITE_LINE(img, dtss) |
| #define | TILE_SPRITE_LINE_NOTHING(img) |
| #define | M(name, size, build_cost_multiplier, clear_cost_multiplier, height, introduction_date, climate, gen_amount, flags) |
| #define | T LandscapeType::Temperate |
| Climate temperate. | |
| #define | A LandscapeType::Arctic |
| Climate sub-arctic. | |
| #define | S LandscapeType::Tropic |
| Climate sub-tropic. | |
| #define | Y LandscapeType::Toyland |
| Climate toyland. | |
Variables | |
| static const DrawTileSeqStruct | _object_transmitter_seq [] |
| static const DrawTileSeqStruct | _object_lighthouse_seq [] |
| static const DrawTileSeqStruct | _object_statue_seq [] |
| static const DrawTileSeqStruct | _object_owned_land_seq [] |
| const DrawTileSpriteSpan | _objects [] |
| static const DrawTileSeqStruct | _object_hq_medium_north [] |
| static const DrawTileSeqStruct | _object_hq_medium_east [] |
| static const DrawTileSeqStruct | _object_hq_medium_west [] |
| static const DrawTileSeqStruct | _object_hq_large_north [] |
| static const DrawTileSeqStruct | _object_hq_large_east [] |
| static const DrawTileSeqStruct | _object_hq_large_west [] |
| static const DrawTileSeqStruct | _object_hq_huge_north [] |
| static const DrawTileSeqStruct | _object_hq_huge_east [] |
| static const DrawTileSeqStruct | _object_hq_huge_west [] |
| static const DrawTileSpriteSpan | _object_hq [] |
| const ObjectSpec | _original_objects [] |
| Specification of the original object structures. | |
Sprites to use and how to display them for object tiles.
Definition in file object_land.h.
| #define A LandscapeType::Arctic |
Climate sub-arctic.
Definition at line 114 of file object_land.h.
| #define M | ( | name, | |
| size, | |||
| build_cost_multiplier, | |||
| clear_cost_multiplier, | |||
| height, | |||
| introduction_date, | |||
| climate, | |||
| gen_amount, | |||
| flags ) |
Definition at line 109 of file object_land.h.
| #define S LandscapeType::Tropic |
Climate sub-tropic.
Definition at line 116 of file object_land.h.
| #define T LandscapeType::Temperate |
Climate temperate.
Definition at line 112 of file object_land.h.
| #define TILE_SEQ_LINE | ( | sz, | |
| img ) |
Definition at line 12 of file object_land.h.
| #define TILE_SPRITE_LINE | ( | img, | |
| dtss ) |
Definition at line 76 of file object_land.h.
| #define TILE_SPRITE_LINE_NOTHING | ( | img | ) |
Definition at line 77 of file object_land.h.
| #define Y LandscapeType::Toyland |
Climate toyland.
Definition at line 118 of file object_land.h.
|
static |
Definition at line 79 of file object_land.h.
|
static |
Definition at line 66 of file object_land.h.
|
static |
Definition at line 62 of file object_land.h.
|
static |
Definition at line 70 of file object_land.h.
|
static |
Definition at line 54 of file object_land.h.
|
static |
Definition at line 50 of file object_land.h.
|
static |
Definition at line 58 of file object_land.h.
|
static |
Definition at line 42 of file object_land.h.
|
static |
Definition at line 38 of file object_land.h.
|
static |
Definition at line 46 of file object_land.h.
|
static |
Definition at line 18 of file object_land.h.
|
static |
Definition at line 26 of file object_land.h.
|
static |
Definition at line 22 of file object_land.h.
|
static |
Definition at line 14 of file object_land.h.
|
extern |
|
extern |
Specification of the original object structures.