![]() |
TrinityCore
|
#include "Define.h"#include "ConditionMgr.h"#include "ObjectGuid.h"#include "SharedDefines.h"#include <list>#include <vector>
Include dependency graph for LootMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LootStoreItem |
| class | LootStore |
| class | LootTemplate |
Typedefs | |
| typedef std::list< LootStoreItem * > | LootStoreItemList |
| typedef std::unordered_map< uint32, LootTemplate * > | LootTemplateMap |
| typedef std::set< uint32 > | LootIdSet |
Functions | |
| TC_GAME_API void | LoadLootTemplates_Creature () |
| TC_GAME_API void | LoadLootTemplates_Fishing () |
| TC_GAME_API void | LoadLootTemplates_Gameobject () |
| TC_GAME_API void | LoadLootTemplates_Item () |
| TC_GAME_API void | LoadLootTemplates_Mail () |
| TC_GAME_API void | LoadLootTemplates_Milling () |
| TC_GAME_API void | LoadLootTemplates_Pickpocketing () |
| TC_GAME_API void | LoadLootTemplates_Skinning () |
| TC_GAME_API void | LoadLootTemplates_Disenchant () |
| TC_GAME_API void | LoadLootTemplates_Prospecting () |
| TC_GAME_API void | LoadLootTemplates_Spell () |
| TC_GAME_API void | LoadLootTemplates_Reference () |
| TC_GAME_API void | LoadLootTables () |
| typedef std::list<LootStoreItem*> LootStoreItemList |
| typedef std::unordered_map<uint32, LootTemplate*> LootTemplateMap |
| TC_GAME_API void LoadLootTables | ( | ) |
Definition at line 1149 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Creature | ( | ) |
Definition at line 780 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Disenchant | ( | ) |
Definition at line 817 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Fishing | ( | ) |
Definition at line 850 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Gameobject | ( | ) |
Definition at line 873 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Item | ( | ) |
Definition at line 907 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Mail | ( | ) |
Definition at line 1023 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Milling | ( | ) |
Definition at line 931 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Pickpocketing | ( | ) |
Definition at line 960 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Prospecting | ( | ) |
Definition at line 994 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Reference | ( | ) |
Definition at line 1121 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Skinning | ( | ) |
Definition at line 1047 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadLootTemplates_Spell | ( | ) |
Definition at line 1081 of file LootMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |