![]() |
TrinityCore
|
#include <ObjectGridLoader.h>
Inheritance diagram for ObjectGridLoader:Public Member Functions | |
| ObjectGridLoader (NGridType &grid, Map *map, Cell const &cell) | |
| void | Visit (GameObjectMapType &m) |
| void | Visit (CreatureMapType &m) |
| void | Visit (AreaTriggerMapType &m) |
| void | Visit (CorpseMapType &) const |
| void | Visit (DynamicObjectMapType &) const |
| void | Visit (SceneObjectMapType &) const |
| void | Visit (ConversationMapType &) const |
| void | LoadN () |
Public Member Functions inherited from ObjectGridLoaderBase | |
| ObjectGridLoaderBase (NGridType &grid, Map *map, Cell const &cell) | |
| uint32 | GetLoadedCreatures () const |
| uint32 | GetLoadedGameObjects () const |
| uint32 | GetLoadedCorpses () const |
| uint32 | GetLoadedAreaTriggers () const |
Friends | |
| class | ObjectWorldLoader |
Additional Inherited Members | |
Static Public Member Functions inherited from ObjectGridLoaderBase | |
| static void | SetObjectCell (MapObject *obj, CellCoord const &cellCoord) |
Protected Attributes inherited from ObjectGridLoaderBase | |
| Cell | i_cell |
| NGridType & | i_grid |
| Map * | i_map |
| uint32 | i_gameObjects |
| uint32 | i_creatures |
| uint32 | i_corpses |
| uint32 | i_areaTriggers |
Definition at line 54 of file ObjectGridLoader.h.
Definition at line 59 of file ObjectGridLoader.h.
| void ObjectGridLoader::LoadN | ( | void | ) |
Definition at line 171 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void ObjectGridLoader::Visit | ( | AreaTriggerMapType & | m | ) |
|
inline |
Definition at line 69 of file ObjectGridLoader.h.
|
inline |
Definition at line 66 of file ObjectGridLoader.h.
| void ObjectGridLoader::Visit | ( | CreatureMapType & | m | ) |
|
inline |
Definition at line 67 of file ObjectGridLoader.h.
| void ObjectGridLoader::Visit | ( | GameObjectMapType & | m | ) |
|
inline |
Definition at line 68 of file ObjectGridLoader.h.
|
friend |
Definition at line 56 of file ObjectGridLoader.h.