![]() |
ManaPlus
|
#include <auctionhandler.h>
Public Member Functions | |
| AuctionHandler () | |
| ~AuctionHandler () | |
| void | cancelReg () const |
| void | setItem (const Item *const item, const int amount) const |
| void | reg (const int currentPrice, const int maxPrice, const int hours) const |
| void | cancel (const int auctionId) const |
| void | close (const int auctionId) const |
| void | bid (const int auctionId, const int money) const |
| void | search (const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const |
| void | buy () const |
| void | sell () const |
Public Member Functions inherited from Net::AuctionHandler | |
| AuctionHandler () | |
Definition at line 29 of file auctionhandler.h.
| EAthena::AuctionHandler::AuctionHandler | ( | ) |
|
virtual |
Reimplemented from Net::AuctionHandler.
Definition at line 41 of file auctionhandler.cpp.
References auctionHandler.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 85 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 105 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 73 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 46 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 79 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 63 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 93 of file auctionhandler.cpp.
References CAST_S16, and createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 111 of file auctionhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::AuctionHandler.
Definition at line 52 of file auctionhandler.cpp.
References CAST_S16, createOutPacket, Item::getInvIndex(), and INVENTORY_OFFSET.