|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| GridUpdater (GridType &grid, uint32 diff) | |
| template<class T> | |
| void | updateObjects (GridRefManager< T > &m) |
| void | Visit (AreaTriggerMapType &m) |
| void | Visit (CorpseMapType &m) |
| void | Visit (CreatureMapType &m) |
| void | Visit (DynamicObjectMapType &m) |
| void | Visit (GameObjectMapType &m) |
| void | Visit (PlayerMapType &m) |
Public Attributes | |
| GridType & | i_grid |
| uint32 | i_timeDiff |
Definition at line 92 of file GridNotifiers.h.
Definition at line 96 of file GridNotifiers.h.
References i_grid, and i_timeDiff.
|
inline |
Definition at line 98 of file GridNotifiers.h.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), and i_timeDiff.
Referenced by Visit(), Visit(), Visit(), Visit(), Visit(), and Visit().
|
inline |
Definition at line 109 of file GridNotifiers.h.
References updateObjects().
|
inline |
Definition at line 108 of file GridNotifiers.h.
References updateObjects().
|
inline |
Definition at line 105 of file GridNotifiers.h.
References updateObjects().
|
inline |
Definition at line 107 of file GridNotifiers.h.
References updateObjects().
|
inline |
Definition at line 106 of file GridNotifiers.h.
References updateObjects().
|
inline |
Definition at line 104 of file GridNotifiers.h.
References updateObjects().
| GridType& Skyfire::GridUpdater::i_grid |
Definition at line 94 of file GridNotifiers.h.
Referenced by GridUpdater().
| uint32 Skyfire::GridUpdater::i_timeDiff |
Definition at line 95 of file GridNotifiers.h.
Referenced by GridUpdater(), and updateObjects().