ManaPlus
Variables
inventory.h File Reference

(986a3bf)

Go to the source code of this file.

Variables

static const int INVENTORY_OFFSET = 2
 
static const int STORAGE_OFFSET = 1
 

Variable Documentation

◆ INVENTORY_OFFSET

const int INVENTORY_OFFSET = 2
static

Definition at line 27 of file inventory.h.

Referenced by EAthena::RefineHandler::addItem(), EAthena::Mail2Handler::addItem(), EAthena::TradeHandler::addItem(), TmwAthena::TradeHandler::addItem(), EAthena::VendingHandler::createShop(), EAthena::InventoryHandler::dropItem(), TmwAthena::InventoryHandler::dropItem(), EAthena::InventoryHandler::equipItem(), TmwAthena::InventoryHandler::equipItem(), EAthena::InventoryHandler::favoriteItem(), EAthena::InventoryHandler::insertCard(), EAthena::InventoryHandler::moveItem2(), TmwAthena::InventoryHandler::moveItem2(), EAthena::InventoryHandler::moveItemInventoryToStorage(), EAthena::Mail2Recv::processAddItemResult(), EAthena::InventoryRecv::processBindItem(), EAthena::BuyingStoreRecv::processBuyingStoreDeleteItem(), EAthena::PetRecv::processEggsList(), EAthena::InventoryRecv::processEquipmentContinue(), EAthena::InventoryRecv::processInventoryContinue(), EAthena::InventoryRecv::processItemMoveFailed(), Ea::InventoryRecv::processItemUseResponse(), Ea::BuySellRecv::processNpcSell(), Ea::InventoryRecv::processPlayerArrowEquip(), EAthena::InventoryRecv::processPlayerCartAdd(), EAthena::InventoryRecv::processPlayerCartEquip(), EAthena::InventoryRecv::processPlayerCartItems(), EAthena::InventoryRecv::processPlayerCartRemove(), EAthena::InventoryRecv::processPlayerEquip(), TmwAthena::InventoryRecv::processPlayerEquip(), EAthena::InventoryRecv::processPlayerEquipment(), TmwAthena::InventoryRecv::processPlayerEquipment(), EAthena::InventoryRecv::processPlayerInsertCard(), EAthena::InventoryRecv::processPlayerInventory(), TmwAthena::InventoryRecv::processPlayerInventory(), EAthena::InventoryRecv::processPlayerInventoryAdd(), TmwAthena::InventoryRecv::processPlayerInventoryAdd(), EAthena::InventoryRecv::processPlayerInventoryRemove(), TmwAthena::InventoryRecv::processPlayerInventoryRemove(), EAthena::InventoryRecv::processPlayerInventoryRemove2(), EAthena::InventoryRecv::processPlayerInventoryUse(), TmwAthena::InventoryRecv::processPlayerInventoryUse(), EAthena::InventoryRecv::processPlayerItemRentalExpired(), EAthena::InventoryRecv::processPlayerRefine(), EAthena::InventoryRecv::processPlayerUseCard(), EAthena::Mail2Recv::processRemoveItemResult(), EAthena::VendingRecv::processReport(), TmwAthena::TradeRecv::processTradeItemAddResponse(), EAthena::RefineHandler::refineItem(), EAthena::Mail2Handler::removeItem(), EAthena::InventoryHandler::selectEgg(), EAthena::BuyingStoreHandler::sell(), EAthena::NpcHandler::sellItem(), TmwAthena::NpcHandler::sellItem(), EAthena::NpcHandler::sellItems(), EAthena::MailHandler::setAttach(), EAthena::AuctionHandler::setItem(), EAthena::InventoryHandler::unequipItem(), TmwAthena::InventoryHandler::unequipItem(), EAthena::InventoryHandler::useCard(), EAthena::InventoryHandler::useItem(), and TmwAthena::InventoryHandler::useItem().

◆ STORAGE_OFFSET

const int STORAGE_OFFSET = 1
static