|
Mana
|
#include <npchandler.h>
Public Member Functions | |
| NpcHandler () | |
| void | handleMessage (MessageIn &msg) override |
| void | startShopping (int beingId) override |
| void | buy (int beingId) override |
| void | sell (int beingId) override |
| void | buyItem (int beingId, int itemId, int amount) override |
| void | sellItem (int beingId, int itemId, int amount) override |
| void | endShopping (int beingId) override |
| void | talk (int npcId) override |
| void | nextDialog (int npcId) override |
| void | closeDialog (int npcId) override |
| void | menuSelect (int npcId, int choice) override |
| void | integerInput (int npcId, int value) override |
| void | stringInput (int npcId, const std::string &value) override |
| void | sendLetter (int npcId, const std::string &recipient, const std::string &text) override |
Public Member Functions inherited from ManaServ::MessageHandler | |
| ~MessageHandler () override | |
Public Member Functions inherited from Net::NpcHandler | |
| virtual | ~NpcHandler () |
Additional Inherited Members | |
Public Attributes inherited from Net::MessageHandler | |
| const uint16_t * | handledMessages = _no_messages |
Definition at line 30 of file npchandler.h.
| ManaServ::NpcHandler::NpcHandler | ( | ) |
Definition at line 40 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 139 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 149 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 184 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 165 of file npchandler.cpp.
|
overridevirtual |
Implements ManaServ::MessageHandler.
Definition at line 57 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 199 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 191 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 177 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 144 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 157 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 215 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 134 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 207 of file npchandler.cpp.
|
overridevirtual |
Implements Net::NpcHandler.
Definition at line 170 of file npchandler.cpp.