1 #ifndef __ITEMDROPMASTER_H__ 2 #define __ITEMDROPMASTER_H__ 44 typedef std::map<u32, ItemDropItem> ItemMap;
45 typedef std::map<int, ItemMap> SheetMap;
55 std::vector<ItemDropItem>
GetAll()
const;
63 #endif // #ifndef __ITEMDROPMASTER_H__ const ItemDropItem * GetItem(u32 Key, s32 SheetIndex=0) const
Definition: ItemDropMaster.cpp:46
unsigned char u8
Definition: TypeDefs.h:6
Definition: ItemDropMaster.h:17
u32 Count1
Definition: ItemDropMaster.h:25
u32 ID
Definition: ItemDropMaster.h:22
Definition: ItemDropMaster.h:18
Definition: ItemDropMaster.h:39
std::vector< ItemDropItem > GetAllSheetItem(s32 SheetIndex) const
Definition: ItemDropMaster.cpp:55
bool operator>(const ItemDropItem &A, const ItemDropItem &B)
Definition: ItemDropMaster.cpp:91
Definition: MySqlConnection.h:15
u8 Type1
Definition: ItemDropMaster.h:23
bool operator<(const ItemDropItem &A, const ItemDropItem &B)
Definition: ItemDropMaster.cpp:86
std::vector< ItemDropItem > GetAll() const
Definition: ItemDropMaster.cpp:71
int s32
Definition: TypeDefs.h:9
unsigned int u32
Definition: TypeDefs.h:10
u32 Id2
Definition: ItemDropMaster.h:27
bool Load(const MySqlConnection &Connection)
Definition: ItemDropMaster.cpp:5
Definition: ItemDropMaster.h:16
u8 Type3
Definition: ItemDropMaster.h:29
u32 Count3
Definition: ItemDropMaster.h:31
u32 Count2
Definition: ItemDropMaster.h:28
u32 Id3
Definition: ItemDropMaster.h:30
Definition: ItemDropMaster.h:9
u32 Id1
Definition: ItemDropMaster.h:24
u8 Type2
Definition: ItemDropMaster.h:26