ManaPlus
|
#include <cashshophandler.h>
Public Member Functions | |
CashShopHandler () | |
~CashShopHandler () | |
void | buyItem (const int points, const int itemId, const ItemColor color, const int amount) const |
void | buyItems (const int points, const std::vector< ShopItem * > &items) const |
void | close () const |
void | requestPoints () const |
void | requestTab (const int tab) const |
void | schedule () const |
Public Member Functions inherited from Net::CashShopHandler | |
CashShopHandler () | |
Definition at line 29 of file cashshophandler.h.
EAthena::CashShopHandler::CashShopHandler | ( | ) |
Definition at line 40 of file cashshophandler.cpp.
References cashShopHandler, and EAthena::CashShopRecv::mBuyDialog.
|
virtual |
Reimplemented from Net::CashShopHandler.
Definition at line 47 of file cashshophandler.cpp.
References cashShopHandler.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 52 of file cashshophandler.cpp.
References CAST_S16, createOutPacket, itemIdLen, and packetVersion.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 67 of file cashshophandler.cpp.
References ItemType::Armor, CAST_S16, createOutPacket, FOR_EACH, Item::getId(), Item::getType(), ShopItem::getUsedQuantity(), Item::increaseQuantity(), ShopItem::increaseUsedQuantity(), itemIdLen, packetVersion, ItemType::PetArmor, ItemType::PetEgg, ShopItem::update(), and ItemType::Weapon.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 133 of file cashshophandler.cpp.
References createOutPacket, and packetVersion.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 140 of file cashshophandler.cpp.
References createOutPacket, and packetVersion.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 147 of file cashshophandler.cpp.
References CAST_S16, createOutPacket, and packetVersion.
|
virtual |
Implements Net::CashShopHandler.
Definition at line 158 of file cashshophandler.cpp.
References createOutPacket, and packetVersion.