![]() |
TrinityCore
|
#include "GameObjectModel.h"#include "Log.h"#include "MapTree.h"#include "Timer.h"#include "VMapDefinitions.h"#include "VMapFactory.h"#include "VMapManager2.h"#include "WorldModel.h"
Include dependency graph for GameObjectModel.cpp:Go to the source code of this file.
Classes | |
| struct | GameobjectModelData |
Typedefs | |
| typedef std::unordered_map< uint32, GameobjectModelData > | ModelList |
Functions | |
| void | LoadGameObjectModelList (std::string const &dataPath) |
Variables | |
| ModelList | model_list |
| typedef std::unordered_map<uint32, GameobjectModelData> ModelList |
Definition at line 41 of file GameObjectModel.cpp.
| void LoadGameObjectModelList | ( | std::string const & | dataPath | ) |
Definition at line 44 of file GameObjectModel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ModelList model_list |
Definition at line 42 of file GameObjectModel.cpp.