Mana
|
A meta tile stores additional information about a location on a tile map. More...
#include <map.h>
Public Attributes | |
int | Fcost |
Estimation of total path cost. | |
int | Gcost |
Cost from start to this location. | |
int | Hcost |
Estimated cost to goal. | |
unsigned | whichList = 0 |
No list, open list or closed list. | |
int | parentX |
X coordinate of parent tile. | |
int | parentY |
Y coordinate of parent tile. | |
unsigned char | blockmask = 0 |
Blocking properties of this tile. | |
A meta tile stores additional information about a location on a tile map.
This is information that doesn't need to be repeated for each tile in each layer of the map.
unsigned char MetaTile::blockmask = 0 |
unsigned MetaTile::whichList = 0 |