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