|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Player.h>
Public Member Functions | |
| EnchantDuration () | |
| EnchantDuration (Item *_item, EnchantmentSlot _slot, uint32 _leftduration) | |
Public Attributes | |
| Item * | item |
| uint32 | leftduration |
| EnchantmentSlot | slot |
|
inline |
Definition at line 518 of file Player.h.
References item, leftduration, MAX_ENCHANTMENT_SLOT, and slot.
|
inline |
| Item* EnchantDuration::item |
Definition at line 526 of file Player.h.
Referenced by EnchantDuration(), and EnchantDuration().
| uint32 EnchantDuration::leftduration |
Definition at line 528 of file Player.h.
Referenced by EnchantDuration(), and EnchantDuration().
| EnchantmentSlot EnchantDuration::slot |
Definition at line 527 of file Player.h.
Referenced by EnchantDuration(), and EnchantDuration().