![]() |
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 |
| int32 | RandomPropertyId |
| uint32 | RandomSuffix |
Definition at line 32 of file LootItemStorage.h.
|
explicit |
Definition at line 35 of file LootItemStorage.cpp.
| bool StoredLootItem::Blocked |
Definition at line 41 of file LootItemStorage.h.
| uint32 StoredLootItem::Count |
Definition at line 37 of file LootItemStorage.h.
| bool StoredLootItem::Counted |
Definition at line 42 of file LootItemStorage.h.
| bool StoredLootItem::FFA |
Definition at line 40 of file LootItemStorage.h.
| bool StoredLootItem::FollowRules |
Definition at line 39 of file LootItemStorage.h.
| uint32 StoredLootItem::ItemId |
Definition at line 36 of file LootItemStorage.h.
| uint32 StoredLootItem::ItemIndex |
Definition at line 38 of file LootItemStorage.h.
| bool StoredLootItem::NeedsQuest |
Definition at line 44 of file LootItemStorage.h.
| int32 StoredLootItem::RandomPropertyId |
Definition at line 45 of file LootItemStorage.h.
| uint32 StoredLootItem::RandomSuffix |
Definition at line 46 of file LootItemStorage.h.
| bool StoredLootItem::UnderThreshold |
Definition at line 43 of file LootItemStorage.h.