Mana
|
This is the complete list of members for Inventory, including all inherited members.
addInventoryListener(InventoryListener *listener) | Inventory | |
addItem(int id, int quantity) | Inventory | |
clear() | Inventory | |
contains(Item *item) const | Inventory | |
distributeSlotsChangedEvent() | Inventory | protected |
findItem(int itemId) const | Inventory | |
getFreeSlot() const | Inventory | |
getItem(int index) const | Inventory | |
getLastUsedSlot() const | Inventory | |
getNumberOfSlotsUsed() const | Inventory | inline |
getSize() const | Inventory | inline |
getType() const | Inventory | inline |
Inventory(Type type, int size=-1) | Inventory | |
INVENTORY enum value | Inventory | |
isMainInventory() const | Inventory | inline |
mInventoryListeners | Inventory | protected |
mItems | Inventory | protected |
mType | Inventory | protected |
mUsed | Inventory | protected |
NO_SLOT_INDEX | Inventory | static |
removeInventoryListener(InventoryListener *listener) | Inventory | |
removeItemAt(int index) | Inventory | |
setItem(int index, int id, int quantity) | Inventory | |
STORAGE enum value | Inventory | |
TRADE enum value | Inventory | |
Type enum name | Inventory | |
TYPE_END enum value | Inventory | |
~Inventory() | Inventory |