TrinityCore
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 402 of file Player.h.

Constructor & Destructor Documentation

◆ EnchantDuration() [1/2]

EnchantDuration::EnchantDuration ( )
inline

Definition at line 404 of file Player.h.

◆ EnchantDuration() [2/2]

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

Definition at line 405 of file Player.h.

Member Data Documentation

◆ item

Item* EnchantDuration::item

Definition at line 408 of file Player.h.

◆ leftduration

uint32 EnchantDuration::leftduration

Definition at line 410 of file Player.h.

◆ slot

EnchantmentSlot EnchantDuration::slot

Definition at line 409 of file Player.h.


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