![]() |
TrinityCore
|
#include "ObjectGridLoader.h"#include "CellImpl.h"#include "Corpse.h"#include "Creature.h"#include "CreatureAI.h"#include "DynamicObject.h"#include "Log.h"#include "GameObject.h"#include "GameTime.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "World.h"#include "ScriptMgr.h"
Include dependency graph for ObjectGridLoader.cpp:Go to the source code of this file.
Classes | |
| class | ObjectWorldLoader |
Functions | |
| template<class T > | |
| void | AddObjectHelper (CellCoord &cell, GridRefManager< T > &m, uint32 &count, Map *map, T *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 * | map, | ||
| T * | obj | ||
| ) |
Definition at line 89 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadHelper | ( | CellGuidSet const & | guid_set, |
| CellCoord & | cell, | ||
| GridRefManager< T > & | m, | ||
| uint32 & | count, | ||
| Map * | map | ||
| ) |
Definition at line 101 of file ObjectGridLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: