ManaPlus
|
Functions | |
void | processCashShopOpen (Net::MessageIn &msg) |
void | processCashShopBuyAck (Net::MessageIn &msg) |
void | processCashShopPoints (Net::MessageIn &msg) |
void | processCashShopBuy (Net::MessageIn &msg) |
void | processCashShopTabPriceList (Net::MessageIn &msg) |
void | processCashShopSchedule (Net::MessageIn &msg) |
Variables | |
BuyDialog * | mBuyDialog |
void EAthena::CashShopRecv::processCashShopBuy | ( | Net::MessageIn & | msg | ) |
Definition at line 144 of file cashshoprecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::CashShopRecv::processCashShopBuyAck | ( | Net::MessageIn & | msg | ) |
Definition at line 103 of file cashshoprecv.cpp.
References NotifyTypes::BUY_DONE, NotifyTypes::BUY_FAILED_NO_MONEY, NotifyTypes::BUY_FAILED_NPC_NOT_FOUND, NotifyTypes::BUY_FAILED_OVERWEIGHT, NotifyTypes::BUY_FAILED_SYSTEM_ERROR, NotifyTypes::BUY_FAILED_WRONG_ITEM, NotifyTypes::BUY_TRADE_FAILED, Actions::msg(), NotifyManager::notify(), and UNIMPLEMENTEDPACKETFIELD.
void EAthena::CashShopRecv::processCashShopOpen | ( | Net::MessageIn & | msg | ) |
Definition at line 55 of file cashshoprecv.cpp.
References BuyDialog::addItem(), BeingTypeId_zero, BuyDialog::Cash, CREATEWIDGETV, DEFAULT_CURRENCY, fromInt, NPCDB::get(), Actions::info(), ItemColor_one, itemIdLen, mBuyDialog, EAthena::NpcRecv::mNpcTypeId, Actions::msg(), packetVersion, BuyDialog::setMoney(), and BuyDialog::sort().
void EAthena::CashShopRecv::processCashShopPoints | ( | Net::MessageIn & | msg | ) |
Definition at line 137 of file cashshoprecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::CashShopRecv::processCashShopSchedule | ( | Net::MessageIn & | msg | ) |
Definition at line 169 of file cashshoprecv.cpp.
References itemIdLen, Logger::log(), logger, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::CashShopRecv::processCashShopTabPriceList | ( | Net::MessageIn & | msg | ) |
Definition at line 153 of file cashshoprecv.cpp.
References Logger::log(), logger, Actions::msg(), and UNIMPLEMENTEDPACKET.
BuyDialog * EAthena::CashShopRecv::mBuyDialog |
Definition at line 52 of file cashshoprecv.cpp.
Referenced by EAthena::CashShopHandler::CashShopHandler(), and processCashShopOpen().