|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Cell.h>
Public Member Functions | |
| CellArea () | |
| CellArea (CellCoord low, CellCoord high) | |
| bool | operator! () const |
| void | ResizeBorders (CellCoord &begin_cell, CellCoord &end_cell) const |
Public Attributes | |
| CellCoord | high_bound |
| CellCoord | low_bound |
Definition at line 22 of file Cell.h.
References high_bound, and low_bound.
|
inline |
Definition at line 24 of file Cell.h.
References high_bound, and low_bound.
Definition at line 26 of file Cell.h.
References high_bound, and low_bound.
| CellCoord CellArea::high_bound |
Definition at line 33 of file Cell.h.
Referenced by CellArea(), operator!(), ResizeBorders(), Cell::Visit(), and Map::VisitNearbyCellsOf().
| CellCoord CellArea::low_bound |
Definition at line 32 of file Cell.h.
Referenced by CellArea(), operator!(), ResizeBorders(), Cell::Visit(), and Map::VisitNearbyCellsOf().