OpenTTD Source
1.11.0-beta2
|
static const uint MIN_MAX_HEIGHTLEVEL
Lower bound of maximum allowed heightlevel (in the construction settings)
@ MP_CLEAR
A tile without any structures, i.e. grass, rocks, farm fields etc.
@ MP_HOUSE
A house by a town.
uint32 TileIndex
The index/ID of a Tile.
@ TROPICZONE_DESERT
Tile is desert.
static const uint DEF_MAX_HEIGHTLEVEL
Default maximum allowed heightlevel (in the construction settings)
static const uint MIN_SNOWLINE_HEIGHT
Minimum snowline height.
static const int MAX_VEHICLE_PIXEL_Y
Maximum height of a vehicle in pixels in #ZOOM_LVL_BASE.
@ TROPICZONE_RAINFOREST
Rainforest tile.
static const uint TILE_SIZE
Tile size in world coordinates.
@ MP_INDUSTRY
Part of an industry.
static const uint DEF_SNOWLINE_HEIGHT
Default snowline height.
static const uint MAX_TILE_HEIGHT
Maximum allowed tile height.
static const uint MAX_MAX_HEIGHTLEVEL
Upper bound of maximum allowed heightlevel (in the construction settings)
static const int MAX_VEHICLE_PIXEL_X
Maximum width of a vehicle in pixels in #ZOOM_LVL_BASE.
@ MP_ROAD
A tile with road (or tram tracks)
static const uint TILE_UNIT_MASK
For masking in/out the inner-tile world coordinate units.
@ MP_OBJECT
Contains objects such as transmitters and owned land.
static const uint MAX_BUILDING_PIXELS
Maximum height of a building in pixels in #ZOOM_LVL_BASE. (Also applies to "bridge buildings" on the ...
@ MP_TUNNELBRIDGE
Tunnel entry/exit and bridge heads.
@ MP_TREES
Tile got trees.
TropicZone
Additional infos of a tile on a tropic game.
@ MP_VOID
Invisible tiles at the SW and SE border.
TileType
The different types of tiles.
static const uint MAX_SNOWLINE_HEIGHT
Maximum allowed snowline height.
@ MP_STATION
A tile of a station.
static const uint TILE_HEIGHT
Height of a height level in world coordinate AND in pixels in #ZOOM_LVL_BASE.
static const TileIndex INVALID_TILE
The very nice invalid tile marker.
static const uint TILE_PIXELS
Pixel distance between tile columns/rows in #ZOOM_LVL_BASE.
@ TROPICZONE_NORMAL
Normal tropiczone.