AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Cell.h"
Public Member Functions | |
CellArea ()=default | |
CellArea (CellCoord low, CellCoord high) | |
bool | operator! () const |
void | ResizeBorders (CellCoord &begin_cell, CellCoord &end_cell) const |
Public Attributes | |
CellCoord | low_bound |
CellCoord | high_bound |
|
default |
|
inline |
References high_bound, and low_bound.
References high_bound, and low_bound.
CellCoord CellArea::high_bound |
Referenced by operator!(), ResizeBorders(), Cell::Visit(), Map::VisitNearbyCellsOf(), and Map::VisitNearbyCellsOfPlayer().
CellCoord CellArea::low_bound |
Referenced by operator!(), ResizeBorders(), Cell::Visit(), Map::VisitNearbyCellsOf(), and Map::VisitNearbyCellsOfPlayer().