TrinityCore
StoredLootItem Struct Reference

#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< int32BonusListIDs
 

Detailed Description

Definition at line 35 of file LootItemStorage.h.

Constructor & Destructor Documentation

◆ StoredLootItem()

StoredLootItem::StoredLootItem ( LootItem const &  lootItem)
explicit

Definition at line 36 of file LootItemStorage.cpp.

Member Data Documentation

◆ Blocked

bool StoredLootItem::Blocked

Definition at line 44 of file LootItemStorage.h.

◆ BonusListIDs

std::vector<int32> StoredLootItem::BonusListIDs

Definition at line 50 of file LootItemStorage.h.

◆ Context

ItemContext StoredLootItem::Context

Definition at line 49 of file LootItemStorage.h.

◆ Count

uint32 StoredLootItem::Count

Definition at line 40 of file LootItemStorage.h.

◆ Counted

bool StoredLootItem::Counted

Definition at line 45 of file LootItemStorage.h.

◆ FFA

bool StoredLootItem::FFA

Definition at line 43 of file LootItemStorage.h.

◆ FollowRules

bool StoredLootItem::FollowRules

Definition at line 42 of file LootItemStorage.h.

◆ ItemId

uint32 StoredLootItem::ItemId

Definition at line 39 of file LootItemStorage.h.

◆ ItemIndex

uint32 StoredLootItem::ItemIndex

Definition at line 41 of file LootItemStorage.h.

◆ NeedsQuest

bool StoredLootItem::NeedsQuest

Definition at line 47 of file LootItemStorage.h.

◆ RandomBonusListId

ItemRandomBonusListId StoredLootItem::RandomBonusListId

Definition at line 48 of file LootItemStorage.h.

◆ UnderThreshold

bool StoredLootItem::UnderThreshold

Definition at line 46 of file LootItemStorage.h.


The documentation for this struct was generated from the following files: