![]() |
TrinityCore
|
#include <LootItemStorage.h>
Public Member Functions | |
| StoredLootItem (LootItem const &lootItem) | |
Public Attributes | |
| uint32 | ItemId |
| uint32 | Count |
| uint32 | ItemIndex |
| bool | FollowRules |
| bool | FFA |
| bool | Blocked |
| bool | Counted |
| bool | UnderThreshold |
| bool | NeedsQuest |
| ItemRandomBonusListId | RandomBonusListId |
| ItemContext | Context |
| std::vector< int32 > | BonusListIDs |
Definition at line 36 of file LootItemStorage.h.
|
explicit |
Definition at line 37 of file LootItemStorage.cpp.
| bool StoredLootItem::Blocked |
Definition at line 45 of file LootItemStorage.h.
| std::vector<int32> StoredLootItem::BonusListIDs |
Definition at line 51 of file LootItemStorage.h.
| ItemContext StoredLootItem::Context |
Definition at line 50 of file LootItemStorage.h.
| uint32 StoredLootItem::Count |
Definition at line 41 of file LootItemStorage.h.
| bool StoredLootItem::Counted |
Definition at line 46 of file LootItemStorage.h.
| bool StoredLootItem::FFA |
Definition at line 44 of file LootItemStorage.h.
| bool StoredLootItem::FollowRules |
Definition at line 43 of file LootItemStorage.h.
| uint32 StoredLootItem::ItemId |
Definition at line 40 of file LootItemStorage.h.
| uint32 StoredLootItem::ItemIndex |
Definition at line 42 of file LootItemStorage.h.
| bool StoredLootItem::NeedsQuest |
Definition at line 48 of file LootItemStorage.h.
| ItemRandomBonusListId StoredLootItem::RandomBonusListId |
Definition at line 49 of file LootItemStorage.h.
| bool StoredLootItem::UnderThreshold |
Definition at line 47 of file LootItemStorage.h.