![]() |
TrinityCore
|
#include <ObjectGridLoader.h>
Inheritance diagram for PersonalPhaseGridLoader:Public Member Functions | |
| PersonalPhaseGridLoader (NGridType &grid, Map *map, Cell const &cell, ObjectGuid const &phaseOwner) | |
| void | Visit (GameObjectMapType &m) |
| void | Visit (CreatureMapType &m) |
| void | Visit (AreaTriggerMapType &) const |
| void | Visit (CorpseMapType &) const |
| void | Visit (DynamicObjectMapType &) const |
| void | Visit (SceneObjectMapType &) const |
| void | Visit (ConversationMapType &) const |
| void | Load (uint32 phaseId) |
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 |
Private Attributes | |
| uint32 | _phaseId |
| ObjectGuid | _phaseOwner |
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 74 of file ObjectGridLoader.h.
|
inline |
Definition at line 77 of file ObjectGridLoader.h.
| void PersonalPhaseGridLoader::Load | ( | uint32 | phaseId | ) |
Definition at line 214 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 83 of file ObjectGridLoader.h.
|
inline |
Definition at line 87 of file ObjectGridLoader.h.
|
inline |
Definition at line 84 of file ObjectGridLoader.h.
| void PersonalPhaseGridLoader::Visit | ( | CreatureMapType & | m | ) |
|
inline |
Definition at line 85 of file ObjectGridLoader.h.
| void PersonalPhaseGridLoader::Visit | ( | GameObjectMapType & | m | ) |
|
inline |
Definition at line 86 of file ObjectGridLoader.h.
|
private |
Definition at line 92 of file ObjectGridLoader.h.
|
private |
Definition at line 93 of file ObjectGridLoader.h.