Mana
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Net::GameHandler Class Referenceabstract

#include <gamehandler.h>

Inheritance diagram for Net::GameHandler:
ManaServ::GameHandler TmwAthena::GameHandler

Public Member Functions

virtual ~GameHandler ()
 
virtual void connect ()=0
 
virtual bool isConnected ()=0
 
virtual void disconnect ()=0
 
virtual void quit ()=0
 
virtual bool removeDeadBeings () const =0
 
virtual bool canUseMagicBar () const =0
 Tells whether the protocol is using the MP status bar.
 
virtual int getPickupRange () const =0
 Tells the range is pixel where the player can pickup items from.
 
virtual int getNpcTalkRange () const =0
 Tells the range is pixel where the player can talk to an NPC from.
 

Detailed Description

Definition at line 28 of file gamehandler.h.

Constructor & Destructor Documentation

◆ ~GameHandler()

virtual Net::GameHandler::~GameHandler ( )
inlinevirtual

Definition at line 31 of file gamehandler.h.

Member Function Documentation

◆ canUseMagicBar()

virtual bool Net::GameHandler::canUseMagicBar ( ) const
pure virtual

Tells whether the protocol is using the MP status bar.

Implemented in ManaServ::GameHandler, and TmwAthena::GameHandler.

◆ connect()

virtual void Net::GameHandler::connect ( )
pure virtual

◆ disconnect()

virtual void Net::GameHandler::disconnect ( )
pure virtual

◆ getNpcTalkRange()

virtual int Net::GameHandler::getNpcTalkRange ( ) const
pure virtual

Tells the range is pixel where the player can talk to an NPC from.

Implemented in ManaServ::GameHandler, and TmwAthena::GameHandler.

◆ getPickupRange()

virtual int Net::GameHandler::getPickupRange ( ) const
pure virtual

Tells the range is pixel where the player can pickup items from.

Implemented in ManaServ::GameHandler, and TmwAthena::GameHandler.

◆ isConnected()

virtual bool Net::GameHandler::isConnected ( )
pure virtual

◆ quit()

virtual void Net::GameHandler::quit ( )
pure virtual

◆ removeDeadBeings()

virtual bool Net::GameHandler::removeDeadBeings ( ) const
pure virtual

The documentation for this class was generated from the following file: