ManaPlus
|
Functions | |
void | processPetMessage (Net::MessageIn &msg) |
void | processPetRoulette (Net::MessageIn &msg) |
void | processEggsList (Net::MessageIn &msg) |
void | processPetData (Net::MessageIn &msg) |
void | processPetStatus (Net::MessageIn &msg) |
void | processPetFood (Net::MessageIn &msg) |
void | processPetCatchProcess (Net::MessageIn &msg) |
void | processPetEvolution (Net::MessageIn &msg) |
void EAthena::PetRecv::processEggsList | ( | Net::MessageIn & | msg | ) |
Definition at line 74 of file petrecv.cpp.
References SellDialog::addItem(), CREATEWIDGETR0, MenuType::Eggs, PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, inventoryHandler, EAthena::menu, Actions::msg(), and Net::InventoryHandler::selectEgg().
void EAthena::PetRecv::processPetCatchProcess | ( | Net::MessageIn & | msg | ) |
Definition at line 179 of file petrecv.cpp.
References NotifyManager::notify(), and NotifyTypes::PET_CATCH_PROCESS.
void EAthena::PetRecv::processPetData | ( | Net::MessageIn & | msg | ) |
Definition at line 101 of file petrecv.cpp.
References actorManager, data, ActorManager::findBeing(), PlayerInfo::getPet(), Actions::info(), Actions::msg(), PlayerInfo::setPet(), and PlayerInfo::setPetBeing().
void EAthena::PetRecv::processPetEvolution | ( | Net::MessageIn & | msg | ) |
void EAthena::PetRecv::processPetFood | ( | Net::MessageIn & | msg | ) |
Definition at line 169 of file petrecv.cpp.
References Actions::msg(), NotifyManager::notify(), NotifyTypes::PET_FEED_ERROR, and NotifyTypes::PET_FEED_OK.
void EAthena::PetRecv::processPetMessage | ( | Net::MessageIn & | msg | ) |
void EAthena::PetRecv::processPetRoulette | ( | Net::MessageIn & | msg | ) |
Definition at line 57 of file petrecv.cpp.
References data, Actions::msg(), NotifyManager::notify(), NotifyTypes::PET_CATCH_FAILED, NotifyTypes::PET_CATCH_SUCCESS, and NotifyTypes::PET_CATCH_UNKNOWN.
void EAthena::PetRecv::processPetStatus | ( | Net::MessageIn & | msg | ) |
Definition at line 142 of file petrecv.cpp.
References PlayerInfo::getPet(), Actions::info(), and Actions::msg().