![]() |
TrinityCore
|
#include "ObjectGridLoader.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "Creature.h"#include "GameObject.h"#include "DynamicObject.h"#include "Corpse.h"#include "AreaTrigger.h"#include "World.h"#include "CellImpl.h"#include "CreatureAI.h"
Include dependency graph for ObjectGridLoader.cpp:Classes | |
| class | ObjectWorldLoader |
Functions | |
| template<class T > | |
| void | AddObjectHelper (CellCoord &cell, GridRefManager< T > &m, uint32 &count, Map *, T *obj) |
| template<> | |
| void | AddObjectHelper (CellCoord &cell, CreatureMapType &m, uint32 &count, Map *map, Creature *obj) |
| template<class T > | |
| void | LoadHelper (CellGuidSet const &guid_set, CellCoord &cell, GridRefManager< T > &m, uint32 &count, Map *map) |
| void AddObjectHelper | ( | CellCoord & | cell, |
| GridRefManager< T > & | m, | ||
| uint32 & | count, | ||
| Map * | , | ||
| T * | obj | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void AddObjectHelper | ( | CellCoord & | cell, |
| CreatureMapType & | m, | ||
| uint32 & | count, | ||
| Map * | map, | ||
| Creature * | obj | ||
| ) |
Here is the call graph for this function:| void LoadHelper | ( | CellGuidSet const & | guid_set, |
| CellCoord & | cell, | ||
| GridRefManager< T > & | m, | ||
| uint32 & | count, | ||
| Map * | map | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.8