#include <map.hpp>
Public Member Functions | |
| MetaTile () | |
| Constructor. | |
Public Attributes | |
| int | Fcost |
| Estimation of total path cost. | |
| int | Gcost |
| Cost from start to this location. | |
| int | Hcost |
| Estimated cost to goal. | |
| int | whichList |
| No list, open list or closed list. | |
| int | parentX |
| X coordinate of parent tile. | |
| int | parentY |
| Y coordinate of parent tile. | |
| char | blockmask |
| walkability bitfield | |
This is information that doesn't need to be repeated for each tile in each layer of the map.
Definition at line 45 of file map.hpp.
1.5.5