Steam Fort 0.5
|
Contains all data for map cell. More...
#include <map.hpp>
Public Attributes | |
int | ch |
TCODColor | color |
TCODColor | bgcolor |
bool | walkable |
bool | transparent |
int | mob |
TCODList< int > | items |
TCODList< int > | hitems |
int | building |
int | landtype |
float | height |
bool | visited |
Contains all data for map cell.
TCODColor Cell::bgcolor |
int Cell::building |
int Cell::ch |
TCODColor Cell::color |
float Cell::height |
TCODList<int> Cell::hitems |
TCODList<int> Cell::items |
int Cell::landtype |
int Cell::mob |
bool Cell::transparent |
bool Cell::visited |
bool Cell::walkable |