|
Mana
|
#include <gamehandler.h>
Public Member Functions | |
| GameHandler () | |
| void | handleMessage (MessageIn &msg) override |
| void | connect () override |
| bool | isConnected () override |
| void | disconnect () override |
| void | quit (bool reconnectAccount) |
| void | quit () override |
| bool | removeDeadBeings () const override |
| void | clear () |
| void | gameLoading () |
| bool | canUseMagicBar () const override |
| The ManaServ protocol doesn't use the MP status bar. | |
| int | getPickupRange () const override |
| Tells the range is pixel where the player can pickup items from. | |
| int | getNpcTalkRange () const override |
| Tells the range is pixel where the player can talk to an NPC from. | |
Public Member Functions inherited from ManaServ::MessageHandler | |
| ~MessageHandler () override | |
Public Member Functions inherited from Net::GameHandler | |
| virtual | ~GameHandler () |
Additional Inherited Members | |
Public Attributes inherited from Net::MessageHandler | |
| const uint16_t * | handledMessages = _no_messages |
Definition at line 32 of file gamehandler.h.
| ManaServ::GameHandler::GameHandler | ( | ) |
Definition at line 44 of file gamehandler.cpp.
|
inlineoverridevirtual |
The ManaServ protocol doesn't use the MP status bar.
Implements Net::GameHandler.
Definition at line 56 of file gamehandler.h.
| void ManaServ::GameHandler::clear | ( | ) |
|
overridevirtual |
Implements Net::GameHandler.
Definition at line 98 of file gamehandler.cpp.
|
overridevirtual |
Implements Net::GameHandler.
Definition at line 113 of file gamehandler.cpp.
| void ManaServ::GameHandler::gameLoading | ( | ) |
Definition at line 129 of file gamehandler.cpp.
|
inlineoverridevirtual |
Tells the range is pixel where the player can talk to an NPC from.
Implements Net::GameHandler.
Definition at line 60 of file gamehandler.h.
|
inlineoverridevirtual |
Tells the range is pixel where the player can pickup items from.
Implements Net::GameHandler.
Definition at line 58 of file gamehandler.h.
|
overridevirtual |
Implements ManaServ::MessageHandler.
Definition at line 55 of file gamehandler.cpp.
|
overridevirtual |
Implements Net::GameHandler.
Definition at line 107 of file gamehandler.cpp.
|
inlineoverridevirtual |
Implements Net::GameHandler.
Definition at line 47 of file gamehandler.h.
| void ManaServ::GameHandler::quit | ( | bool | reconnectAccount | ) |
Definition at line 122 of file gamehandler.cpp.
|
inlineoverridevirtual |
Implements Net::GameHandler.
Definition at line 49 of file gamehandler.h.