|
mkRPG
|
#include <map.h>
Public Member Functions | |
| Cell | Cell (CellType &type, GameObject &parent) |
| bool | isSelected () const |
| void | setSelected (bool s=true) |
| void | invertSelected () |
| void | addSelection () |
| bool | isPreSelected () const |
| void | confirmPreSelection (bool add=true) |
| void | clearPreSelection () |
| CellType & | cellType () |
| void | setCellType (CellType &type) |
| void | operator= (Cell &c) |
Static Public Member Functions | |
| static Cell * | cellArray (CellType &type, GameObject &parent, int n) |
The Cell class.
1.7.6.1