![]() |
TrinityCore
|
#include <ObjectGridLoader.h>
Public Member Functions | |
| ObjectGridLoader (NGridType &grid, Map *map, Cell const &cell) | |
| void | Visit (GameObjectMapType &m) |
| void | Visit (CreatureMapType &m) |
| void | Visit (CorpseMapType &) const |
| void | Visit (DynamicObjectMapType &) const |
| void | LoadN (void) |
Static Public Member Functions | |
| static void | SetObjectCell (MapObject *obj, CellCoord const &cellCoord) |
Private Attributes | |
| Cell | i_cell |
| NGridType & | i_grid |
| Map * | i_map |
| uint32 | i_gameObjects |
| uint32 | i_creatures |
| uint32 | i_corpses |
Friends | |
| class | ObjectWorldLoader |
Definition at line 30 of file ObjectGridLoader.h.
Definition at line 35 of file ObjectGridLoader.h.
| void ObjectGridLoader::LoadN | ( | void | ) |
Definition at line 154 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 82 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 41 of file ObjectGridLoader.h.
| void ObjectGridLoader::Visit | ( | CreatureMapType & | m | ) |
|
inline |
Definition at line 42 of file ObjectGridLoader.h.
| void ObjectGridLoader::Visit | ( | GameObjectMapType & | m | ) |
|
friend |
Definition at line 32 of file ObjectGridLoader.h.
|
private |
Definition at line 49 of file ObjectGridLoader.h.
|
private |
Definition at line 54 of file ObjectGridLoader.h.
|
private |
Definition at line 53 of file ObjectGridLoader.h.
|
private |
Definition at line 52 of file ObjectGridLoader.h.
|
private |
Definition at line 50 of file ObjectGridLoader.h.
|
private |
Definition at line 51 of file ObjectGridLoader.h.