TrinityCore
Loading...
Searching...
No Matches
EnchantDuration Struct Reference

#include <Player.h>

Public Member Functions

 EnchantDuration ()
 
 EnchantDuration (Item *_item, EnchantmentSlot _slot, uint32 _leftduration)
 

Public Attributes

Itemitem
 
EnchantmentSlot slot
 
uint32 leftduration
 

Detailed Description

Definition at line 494 of file Player.h.

Constructor & Destructor Documentation

◆ EnchantDuration() [1/2]

EnchantDuration::EnchantDuration ( )
inline

Definition at line 496 of file Player.h.

◆ EnchantDuration() [2/2]

EnchantDuration::EnchantDuration ( Item _item,
EnchantmentSlot  _slot,
uint32  _leftduration 
)
inline

Definition at line 497 of file Player.h.

Member Data Documentation

◆ item

Item* EnchantDuration::item

Definition at line 500 of file Player.h.

◆ leftduration

uint32 EnchantDuration::leftduration

Definition at line 502 of file Player.h.

◆ slot

EnchantmentSlot EnchantDuration::slot

Definition at line 501 of file Player.h.


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