ManaPlus
|
Functions | |
void | processNpcCutin (Net::MessageIn &msg) |
void | processNpcViewPoint (Net::MessageIn &msg) |
void | processNpcShowProgressBar (Net::MessageIn &msg) |
void | processNpcCloseTimeout (Net::MessageIn &msg) |
void | processArea (Net::MessageIn &msg) |
void | processShowDigit (Net::MessageIn &msg) |
void | processProgressBarAbort (Net::MessageIn &msg) |
void | processShowProgressBarFree (Net::MessageIn &msg) |
void | processNpcSkin (Net::MessageIn &msg) |
void | processPrivateAirShipResponse (Net::MessageIn &msg) |
Variables | |
BeingTypeId | mNpcTypeId = BeingTypeId_zero |
void EAthena::NpcRecv::processArea | ( | Net::MessageIn & | msg | ) |
Definition at line 102 of file npcrecv.cpp.
References actorManager, ActorManager::findBeing(), Actions::msg(), and Being::setAreaSize().
void EAthena::NpcRecv::processNpcCloseTimeout | ( | Net::MessageIn & | msg | ) |
Definition at line 94 of file npcrecv.cpp.
References Ea::NpcRecv::mRequestLang, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processNpcCutin | ( | Net::MessageIn & | msg | ) |
Definition at line 46 of file npcrecv.cpp.
References cutInWindow, Ea::NpcRecv::mRequestLang, Actions::msg(), and CutInWindow::show().
void EAthena::NpcRecv::processNpcShowProgressBar | ( | Net::MessageIn & | msg | ) |
Definition at line 76 of file npcrecv.cpp.
References Ea::NpcRecv::mRequestLang, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processNpcSkin | ( | Net::MessageIn & | msg | ) |
Definition at line 129 of file npcrecv.cpp.
References Net::NpcHandler::getNpc(), Ea::NpcRecv::mDialog, Actions::msg(), npcHandler, NpcAction::Other, and NpcDialog::setSkin().
void EAthena::NpcRecv::processNpcViewPoint | ( | Net::MessageIn & | msg | ) |
Definition at line 61 of file npcrecv.cpp.
References Ea::NpcRecv::mRequestLang, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processPrivateAirShipResponse | ( | Net::MessageIn & | msg | ) |
Definition at line 144 of file npcrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processProgressBarAbort | ( | Net::MessageIn & | msg | ) |
Definition at line 124 of file npcrecv.cpp.
References UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processShowDigit | ( | Net::MessageIn & | msg | ) |
Definition at line 116 of file npcrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::NpcRecv::processShowProgressBarFree | ( | Net::MessageIn & | msg | ) |
Definition at line 85 of file npcrecv.cpp.
References Ea::NpcRecv::mRequestLang, Actions::msg(), and UNIMPLEMENTEDPACKET.
BeingTypeId EAthena::NpcRecv::mNpcTypeId = BeingTypeId_zero |
Definition at line 43 of file npcrecv.cpp.
Referenced by EAthena::NpcHandler::buy(), EAthena::CashShopRecv::processCashShopOpen(), EAthena::MarketRecv::processMarketOpen(), EAthena::BuySellRecv::processNpcBuy(), and EAthena::NpcHandler::talk().