TrinityCore
VoidStorageItem Struct Reference

#include <Player.h>

Public Member Functions

 VoidStorageItem ()
 
 VoidStorageItem (uint64 id, uint32 entry, ObjectGuid const &creator, ItemRandomBonusListId randomBonusListId, uint32 fixedScalingLevel, uint32 artifactKnowledgeLevel, ItemContext context, std::vector< int32 > const &bonuses)
 
 VoidStorageItem (VoidStorageItem &&vsi) noexcept
 

Public Attributes

uint64 ItemId
 
uint32 ItemEntry
 
ObjectGuid CreatorGuid
 
ItemRandomBonusListId RandomBonusListId
 
uint32 FixedScalingLevel
 
uint32 ArtifactKnowledgeLevel
 
ItemContext Context
 
std::vector< int32BonusListIDs
 

Detailed Description

Definition at line 1021 of file Player.h.

Constructor & Destructor Documentation

◆ VoidStorageItem() [1/3]

VoidStorageItem::VoidStorageItem ( )
inline

Definition at line 1023 of file Player.h.

◆ VoidStorageItem() [2/3]

VoidStorageItem::VoidStorageItem ( uint64  id,
uint32  entry,
ObjectGuid const &  creator,
ItemRandomBonusListId  randomBonusListId,
uint32  fixedScalingLevel,
uint32  artifactKnowledgeLevel,
ItemContext  context,
std::vector< int32 > const &  bonuses 
)
inline

Definition at line 1024 of file Player.h.

◆ VoidStorageItem() [3/3]

VoidStorageItem::VoidStorageItem ( VoidStorageItem &&  vsi)
inlinenoexcept

Definition at line 1031 of file Player.h.

Member Data Documentation

◆ ArtifactKnowledgeLevel

uint32 VoidStorageItem::ArtifactKnowledgeLevel

Definition at line 1039 of file Player.h.

◆ BonusListIDs

std::vector<int32> VoidStorageItem::BonusListIDs

Definition at line 1041 of file Player.h.

◆ Context

ItemContext VoidStorageItem::Context

Definition at line 1040 of file Player.h.

◆ CreatorGuid

ObjectGuid VoidStorageItem::CreatorGuid

Definition at line 1036 of file Player.h.

◆ FixedScalingLevel

uint32 VoidStorageItem::FixedScalingLevel

Definition at line 1038 of file Player.h.

◆ ItemEntry

uint32 VoidStorageItem::ItemEntry

Definition at line 1035 of file Player.h.

◆ ItemId

uint64 VoidStorageItem::ItemId

Definition at line 1034 of file Player.h.

◆ RandomBonusListId

ItemRandomBonusListId VoidStorageItem::RandomBonusListId

Definition at line 1037 of file Player.h.


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