ManaPlus
|
#include "net/eathena/inventoryhandler.h"
#include "const/net/inventory.h"
#include "enums/equipslot.h"
#include "net/ea/inventoryrecv.h"
#include "net/eathena/inventoryrecv.h"
#include "net/eathena/menu.h"
#include "net/eathena/messageout.h"
#include "net/eathena/protocolout.h"
#include "utils/foreach.h"
#include "resources/item/item.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
EAthena | |
Variables | |
int | packetVersion |
int | packetVersionMain |
int | packetVersionRe |
int | packetVersionZero |
int | serverVersion |
const EquipSlot::Type | EQUIP_CONVERT [] |
const EquipSlot::Type EQUIP_CONVERT[] |
Definition at line 51 of file inventoryhandler.cpp.
Referenced by EAthena::InventoryHandler::convertFromServerSlot(), and TmwAthena::InventoryHandler::convertFromServerSlot().
|
extern |
Definition at line 125 of file client.cpp.
Referenced by EAthena::InventoryHandler::dropItem(), EAthena::InventoryHandler::equipItem(), EAthena::InventoryHandler::favoriteItem(), EAthena::InventoryHandler::identifyItem(), EAthena::InventoryHandler::moveItemInventoryToStorage(), and EAthena::InventoryHandler::selectCart().
|
extern |
Definition at line 126 of file client.cpp.
Referenced by EAthena::InventoryHandler::expandInventory(), EAthena::InventoryHandler::expandInventoryConfirm(), and EAthena::InventoryHandler::expandInventoryReject().
|
extern |
Definition at line 127 of file client.cpp.
Referenced by EAthena::InventoryHandler::expandInventory(), EAthena::InventoryHandler::expandInventoryConfirm(), and EAthena::InventoryHandler::expandInventoryReject().
|
extern |
Definition at line 128 of file client.cpp.
Referenced by EAthena::InventoryHandler::expandInventory(), EAthena::InventoryHandler::expandInventoryConfirm(), and EAthena::InventoryHandler::expandInventoryReject().
|
extern |
Definition at line 124 of file client.cpp.
Referenced by EAthena::InventoryHandler::useItem().