TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CollectionMgr.h File Reference
#include "WorldSession.h"
+ Include dependency graph for CollectionMgr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HeirloomData
 
class  CollectionMgr
 

Typedefs

typedef std::map< uint32, boolToyBoxContainer
 
typedef std::map< uint32,
HeirloomData
HeirloomContainer
 

Enumerations

enum  HeirloomPlayerFlags { HEIRLOOM_FLAG_NONE = 0x00, HEIRLOOM_FLAG_BONUS_LEVEL_90 = 0x01, HEIRLOOM_FLAG_BONUS_LEVEL_100 = 0x02 }
 
enum  HeirloomItemFlags { HEIRLOOM_ITEM_FLAG_NONE = 0x00, HEIRLOOM_ITEM_FLAG_SHOW_ONLY_IF_KNOWN = 0x01, HEIRLOOM_ITEM_FLAG_PVP = 0x02 }
 

Typedef Documentation

typedef std::map<uint32, bool> ToyBoxContainer

Enumeration Type Documentation

Enumerator
HEIRLOOM_ITEM_FLAG_NONE 
HEIRLOOM_ITEM_FLAG_SHOW_ONLY_IF_KNOWN 
HEIRLOOM_ITEM_FLAG_PVP 
31 {
35 };
Definition: CollectionMgr.h:34
Definition: CollectionMgr.h:33
Definition: CollectionMgr.h:32
Enumerator
HEIRLOOM_FLAG_NONE 
HEIRLOOM_FLAG_BONUS_LEVEL_90 
HEIRLOOM_FLAG_BONUS_LEVEL_100 
24 {
25  HEIRLOOM_FLAG_NONE = 0x00,
28 };
Definition: CollectionMgr.h:27
Definition: CollectionMgr.h:25
Definition: CollectionMgr.h:26