TrinityCore
Loading...
Searching...
No Matches
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
 
int32 RandomPropertyId
 
uint32 RandomSuffix
 

Detailed Description

Definition at line 32 of file LootItemStorage.h.

Constructor & Destructor Documentation

◆ StoredLootItem()

StoredLootItem::StoredLootItem ( LootItem const &  lootItem)
explicit

Definition at line 35 of file LootItemStorage.cpp.

Member Data Documentation

◆ Blocked

bool StoredLootItem::Blocked

Definition at line 41 of file LootItemStorage.h.

◆ Count

uint32 StoredLootItem::Count

Definition at line 37 of file LootItemStorage.h.

◆ Counted

bool StoredLootItem::Counted

Definition at line 42 of file LootItemStorage.h.

◆ FFA

bool StoredLootItem::FFA

Definition at line 40 of file LootItemStorage.h.

◆ FollowRules

bool StoredLootItem::FollowRules

Definition at line 39 of file LootItemStorage.h.

◆ ItemId

uint32 StoredLootItem::ItemId

Definition at line 36 of file LootItemStorage.h.

◆ ItemIndex

uint32 StoredLootItem::ItemIndex

Definition at line 38 of file LootItemStorage.h.

◆ NeedsQuest

bool StoredLootItem::NeedsQuest

Definition at line 44 of file LootItemStorage.h.

◆ RandomPropertyId

int32 StoredLootItem::RandomPropertyId

Definition at line 45 of file LootItemStorage.h.

◆ RandomSuffix

uint32 StoredLootItem::RandomSuffix

Definition at line 46 of file LootItemStorage.h.

◆ UnderThreshold

bool StoredLootItem::UnderThreshold

Definition at line 43 of file LootItemStorage.h.


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