Functions

tile_map.cpp File Reference

Global tile accessors. More...

#include "stdafx.h"
#include "tile_map.h"

Go to the source code of this file.

Functions

Slope GetTileSlope (TileIndex tile, uint *h)
 Return the slope of a given tile.
uint GetTileZ (TileIndex tile)
 Get bottom height of the tile.
uint GetTileMaxZ (TileIndex t)
 Get top height of the tile.

Detailed Description

Global tile accessors.

Definition in file tile_map.cpp.


Function Documentation

uint GetTileMaxZ ( TileIndex  t  ) 
Slope GetTileSlope ( TileIndex  tile,
uint *  h 
)
uint GetTileZ ( TileIndex  tile  )