EAthena::InventoryHandler Class Reference
#include <inventoryhandler.h>
List of all members.
Detailed Description
Definition at line 31 of file inventoryhandler.h.
Constructor & Destructor Documentation
EAthena::InventoryHandler::InventoryHandler |
( |
|
) |
|
Member Function Documentation
void EAthena::InventoryHandler::handleMessage |
( |
MessageIn & |
msg |
) |
[virtual] |
void EAthena::InventoryHandler::equipItem |
( |
Item * |
item |
) |
[virtual] |
void EAthena::InventoryHandler::unequipItem |
( |
Item * |
item |
) |
[virtual] |
void EAthena::InventoryHandler::useItem |
( |
Item * |
item |
) |
[virtual] |
void EAthena::InventoryHandler::dropItem |
( |
Item * |
item, |
|
|
int |
amount | |
|
) |
| | [virtual] |
void EAthena::InventoryHandler::splitItem |
( |
Item * |
item, |
|
|
int |
amount | |
|
) |
| | [virtual] |
void EAthena::InventoryHandler::openStorage |
( |
|
) |
[virtual] |
void EAthena::InventoryHandler::closeStorage |
( |
|
) |
[virtual] |
void EAthena::InventoryHandler::moveItem |
( |
StorageType |
source, |
|
|
int |
slot, |
|
|
int |
amount, |
|
|
StorageType |
destination | |
|
) |
| | [virtual] |
The documentation for this class was generated from the following files: