ManaPlus
|
#include <itemflags.h>
Data Fields | |
unsigned char | isIdentified: 1 |
unsigned char | isDamaged: 1 |
unsigned char | isFavorite: 1 |
unsigned char | spareBits: 5 |
Definition at line 29 of file itemflags.h.
unsigned char EAthena::ItemFlagBits::isDamaged |
Definition at line 34 of file itemflags.h.
Referenced by EAthena::InventoryRecv::processEquipmentContinue(), EAthena::InventoryRecv::processInventoryContinue(), EAthena::InventoryRecv::processPlayerCartEquip(), EAthena::InventoryRecv::processPlayerCartItems(), EAthena::InventoryRecv::processPlayerEquipment(), EAthena::InventoryRecv::processPlayerInventory(), EAthena::InventoryRecv::processPlayerStorage(), and EAthena::InventoryRecv::processPlayerStorageEquip().
unsigned char EAthena::ItemFlagBits::isFavorite |
Definition at line 35 of file itemflags.h.
Referenced by EAthena::InventoryRecv::processEquipmentContinue(), EAthena::InventoryRecv::processInventoryContinue(), EAthena::InventoryRecv::processPlayerCartEquip(), EAthena::InventoryRecv::processPlayerCartItems(), EAthena::InventoryRecv::processPlayerEquipment(), EAthena::InventoryRecv::processPlayerInventory(), EAthena::InventoryRecv::processPlayerStorage(), and EAthena::InventoryRecv::processPlayerStorageEquip().
unsigned char EAthena::ItemFlagBits::isIdentified |
Definition at line 33 of file itemflags.h.
Referenced by EAthena::InventoryRecv::processEquipmentContinue(), EAthena::InventoryRecv::processInventoryContinue(), EAthena::InventoryRecv::processPlayerCartEquip(), EAthena::InventoryRecv::processPlayerCartItems(), EAthena::InventoryRecv::processPlayerEquipment(), EAthena::InventoryRecv::processPlayerInventory(), EAthena::InventoryRecv::processPlayerStorage(), and EAthena::InventoryRecv::processPlayerStorageEquip().
unsigned char EAthena::ItemFlagBits::spareBits |
Definition at line 36 of file itemflags.h.