TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EnchStoreItem Struct Reference

Public Member Functions

 EnchStoreItem ()
 
 EnchStoreItem (uint32 _ench, float _chance)
 

Public Attributes

uint32 ench
 
float chance
 

Constructor & Destructor Documentation

EnchStoreItem::EnchStoreItem ( )
inline
36  : ench(0), chance(0) { }
uint32 ench
Definition: ItemEnchantmentMgr.cpp:32
float chance
Definition: ItemEnchantmentMgr.cpp:33
EnchStoreItem::EnchStoreItem ( uint32  _ench,
float  _chance 
)
inline
39  : ench(_ench), chance(_chance) { }
uint32 ench
Definition: ItemEnchantmentMgr.cpp:32
float chance
Definition: ItemEnchantmentMgr.cpp:33

Member Data Documentation

float EnchStoreItem::chance
uint32 EnchStoreItem::ench

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