ManaPlus
|
Functions | |
void | processMarketOpen (Net::MessageIn &msg) |
void | processMarketBuyAck (Net::MessageIn &msg) |
Variables | |
BuyDialog * | mBuyDialog = 0 |
void EAthena::MarketRecv::processMarketBuyAck | ( | Net::MessageIn & | msg | ) |
Definition at line 95 of file marketrecv.cpp.
References NotifyTypes::BUY_DONE, NotifyTypes::BUY_FAILED, itemIdLen, Actions::msg(), and NotifyManager::notify().
void EAthena::MarketRecv::processMarketOpen | ( | Net::MessageIn & | msg | ) |
Definition at line 57 of file marketrecv.cpp.
References BuyDialog::addItem(), BeingTypeId_zero, CREATEWIDGETV, DEFAULT_CURRENCY, fromInt, NPCDB::get(), PlayerInfo::getAttribute(), Actions::info(), ItemColor_one, itemIdLen, BuyDialog::Market, mBuyDialog, EAthena::NpcRecv::mNpcTypeId, Attributes::MONEY, Actions::msg(), BuyDialog::setMoney(), and BuyDialog::sort().
BuyDialog * EAthena::MarketRecv::mBuyDialog = 0 |
Definition at line 53 of file marketrecv.cpp.
Referenced by EAthena::MarketHandler::MarketHandler(), and processMarketOpen().