ManaPlus
|
Functions | |
void | processBuyingStoreOpen (Net::MessageIn &msg) |
void | processBuyingStoreCreateFailed (Net::MessageIn &msg) |
void | processBuyingStoreOwnItems (Net::MessageIn &msg) |
void | processBuyingStoreShowBoard (Net::MessageIn &msg) |
void | processBuyingStoreHideBoard (Net::MessageIn &msg) |
void | processBuyingStoreItemsList (Net::MessageIn &msg) |
void | processBuyingStoreSellFailed (Net::MessageIn &msg) |
void | processBuyingStoreReport (Net::MessageIn &msg) |
void | processBuyingStoreDeleteItem (Net::MessageIn &msg) |
void | processBuyingStoreSellerSellFailed (Net::MessageIn &msg) |
void EAthena::BuyingStoreRecv::processBuyingStoreCreateFailed | ( | Net::MessageIn & | msg | ) |
Definition at line 60 of file buyingstorerecv.cpp.
References NotifyTypes::BUYING_STORE_CREATE_EMPTY, NotifyTypes::BUYING_STORE_CREATE_FAILED, NotifyTypes::BUYING_STORE_CREATE_FAILED_WEIGHT, Actions::msg(), and NotifyManager::notify().
void EAthena::BuyingStoreRecv::processBuyingStoreDeleteItem | ( | Net::MessageIn & | msg | ) |
Definition at line 226 of file buyingstorerecv.cpp.
References ArrowsListener::distributeEvent(), PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, localPlayer, Actions::msg(), and Inventory::removeItemAt().
void EAthena::BuyingStoreRecv::processBuyingStoreHideBoard | ( | Net::MessageIn & | msg | ) |
Definition at line 113 of file buyingstorerecv.cpp.
References actorManager, BuyingStoreModeListener::distributeEvent(), PlayerInfo::enableVending(), ActorManager::findBeing(), localPlayer, Actions::msg(), and Being::setBuyBoard().
void EAthena::BuyingStoreRecv::processBuyingStoreItemsList | ( | Net::MessageIn & | msg | ) |
Definition at line 128 of file buyingstorerecv.cpp.
References actorManager, SellDialog::addItem(), CREATEWIDGETR, ActorManager::findBeing(), Inventory::findItem(), PlayerInfo::getAttribute(), ActorSprite::getId(), PlayerInfo::getInventory(), ItemColor_one, itemIdLen, Attributes::MONEY, Actions::msg(), and SellDialog::setMoney().
void EAthena::BuyingStoreRecv::processBuyingStoreOpen | ( | Net::MessageIn & | msg | ) |
Definition at line 55 of file buyingstorerecv.cpp.
References BuyingStoreSlotsListener::distributeEvent(), and Actions::msg().
void EAthena::BuyingStoreRecv::processBuyingStoreOwnItems | ( | Net::MessageIn & | msg | ) |
Definition at line 81 of file buyingstorerecv.cpp.
References BuyingStoreModeListener::distributeEvent(), PlayerInfo::enableVending(), itemIdLen, and Actions::msg().
void EAthena::BuyingStoreRecv::processBuyingStoreReport | ( | Net::MessageIn & | msg | ) |
Definition at line 208 of file buyingstorerecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::BuyingStoreRecv::processBuyingStoreSellerSellFailed | ( | Net::MessageIn & | msg | ) |
Definition at line 183 of file buyingstorerecv.cpp.
References NotifyTypes::BUYING_STORE_SELLER_SELL_FAILED, NotifyTypes::BUYING_STORE_SELLER_SELL_FAILED_AMOUNT, NotifyTypes::BUYING_STORE_SELLER_SELL_FAILED_BALANCE, NotifyTypes::BUYING_STORE_SELLER_SELL_FAILED_DEAL, Actions::msg(), and NotifyManager::notify().
void EAthena::BuyingStoreRecv::processBuyingStoreSellFailed | ( | Net::MessageIn & | msg | ) |
Definition at line 165 of file buyingstorerecv.cpp.
References NotifyTypes::BUYING_STORE_SELL_FAILED, NotifyTypes::BUYING_STORE_SELL_FAILED_EMPTY, NotifyTypes::BUYING_STORE_SELL_FAILED_MONEY_LIMIT, Actions::msg(), and NotifyManager::notify().
void EAthena::BuyingStoreRecv::processBuyingStoreShowBoard | ( | Net::MessageIn & | msg | ) |
Definition at line 97 of file buyingstorerecv.cpp.
References actorManager, ActorManager::findBeing(), Actions::msg(), and Being::setBuyBoard().