MetaTile Class Reference

A meta tile stores additional information about a location on a tile map. More...

#include <map.hpp>

List of all members.

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


Detailed Description

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.

Definition at line 45 of file map.hpp.


The documentation for this class was generated from the following files:

Generated on Sun Apr 26 17:30:46 2009 for TMW Server Collection by  doxygen 1.5.5