ManaPlus
|
#include <inventoryitem.h>
Public Member Functions | |
InventoryItem (const int slot0, const int id0, const ItemTypeT type0, const int *const cards0, ItemOptionsList *options0, const int quantity0, const uint8_t refine0, const ItemColor color0, const Identified identified0, const Damaged damaged0, const Favorite favorite0, Equipm equip0, int equipIndex0) | |
InventoryItem (const InventoryItem &c) | |
~InventoryItem () | |
Data Fields | |
int | cards [4] |
ItemOptionsList * | options |
int | slot |
int | id |
int | quantity |
int | equipIndex |
ItemTypeT | type |
ItemColor | color |
Identified | identified |
Damaged | damaged |
Favorite | favorite |
Equipm | equip |
uint8_t | refine |
Used to cache storage data until we get size data for it.
Definition at line 49 of file inventoryitem.h.
|
inline |
Definition at line 66 of file inventoryitem.h.
References cards.
|
inline |
|
inline |
int Ea::InventoryItem::cards[4] |
Definition at line 52 of file inventoryitem.h.
Referenced by InventoryItem().
ItemColor Ea::InventoryItem::color |
Definition at line 59 of file inventoryitem.h.
Damaged Ea::InventoryItem::damaged |
Definition at line 61 of file inventoryitem.h.
Equipm Ea::InventoryItem::equip |
Definition at line 63 of file inventoryitem.h.
int Ea::InventoryItem::equipIndex |
Definition at line 57 of file inventoryitem.h.
Favorite Ea::InventoryItem::favorite |
Definition at line 62 of file inventoryitem.h.
int Ea::InventoryItem::id |
Definition at line 55 of file inventoryitem.h.
Identified Ea::InventoryItem::identified |
Definition at line 60 of file inventoryitem.h.
ItemOptionsList* Ea::InventoryItem::options |
Definition at line 53 of file inventoryitem.h.
Referenced by ~InventoryItem().
int Ea::InventoryItem::quantity |
Definition at line 56 of file inventoryitem.h.
uint8_t Ea::InventoryItem::refine |
Definition at line 64 of file inventoryitem.h.
int Ea::InventoryItem::slot |
Definition at line 54 of file inventoryitem.h.
ItemTypeT Ea::InventoryItem::type |
Definition at line 58 of file inventoryitem.h.