ManaPlus
Public Member Functions
TmwAthena::MapHandler Class Reference

#include <maphandler.h>

Inheritance diagram for TmwAthena::MapHandler:
Net::MapHandler

Public Member Functions

 MapHandler ()
 
 ~MapHandler ()
 
void blockPlayCancel () const
 
void destroyInstance () const
 
void camera (const int action, const float range, const float rotation, const float latitude) const
 
void clientVersion (const int version) const
 
- Public Member Functions inherited from Net::MapHandler
 MapHandler ()
 

Detailed Description

Definition at line 30 of file maphandler.h.

Constructor & Destructor Documentation

◆ MapHandler()

TmwAthena::MapHandler::MapHandler ( )

Definition at line 29 of file maphandler.cpp.

29  :
31 {
32  mapHandler = this;
33 }
Net::MapHandler * mapHandler
Definition: net.cpp:115

References mapHandler.

◆ ~MapHandler()

TmwAthena::MapHandler::~MapHandler ( )
virtual

Reimplemented from Net::MapHandler.

Definition at line 35 of file maphandler.cpp.

36 {
37  mapHandler = nullptr;
38 }

References mapHandler.

Member Function Documentation

◆ blockPlayCancel()

void TmwAthena::MapHandler::blockPlayCancel ( ) const
virtual

Implements Net::MapHandler.

Definition at line 40 of file maphandler.cpp.

41 {
42 }

◆ camera()

void TmwAthena::MapHandler::camera ( const int  action,
const float  range,
const float  rotation,
const float  latitude 
) const
virtual

Implements Net::MapHandler.

Definition at line 48 of file maphandler.cpp.

52 {
53 }

◆ clientVersion()

void TmwAthena::MapHandler::clientVersion ( const int  version) const
virtual

Implements Net::MapHandler.

Definition at line 55 of file maphandler.cpp.

56 {
57 }

◆ destroyInstance()

void TmwAthena::MapHandler::destroyInstance ( ) const
virtual

Implements Net::MapHandler.

Definition at line 44 of file maphandler.cpp.

45 {
46 }

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