ManaPlus
Public Member Functions
TmwAthena::BattleGroundHandler Class Reference

#include <battlegroundhandler.h>

Inheritance diagram for TmwAthena::BattleGroundHandler:
Net::BattleGroundHandler

Public Member Functions

 BattleGroundHandler ()
 
 ~BattleGroundHandler ()
 
void registerBg (const BattleGroundTypeT &type, const std::string &name) const
 
void rekoveRequest (const std::string &name) const
 
void beginAck (const bool result, const std::string &bgName, const std::string &gameName) const
 
void checkState (const std::string &name) const
 
- Public Member Functions inherited from Net::BattleGroundHandler
 BattleGroundHandler ()
 

Detailed Description

Definition at line 30 of file battlegroundhandler.h.

Constructor & Destructor Documentation

◆ BattleGroundHandler()

TmwAthena::BattleGroundHandler::BattleGroundHandler ( )

Definition at line 29 of file battlegroundhandler.cpp.

30 {
31  battleGroundHandler = this;
32 }
Net::BattleGroundHandler * battleGroundHandler
Definition: net.cpp:106

References battleGroundHandler.

◆ ~BattleGroundHandler()

TmwAthena::BattleGroundHandler::~BattleGroundHandler ( )
virtual

Reimplemented from Net::BattleGroundHandler.

Definition at line 34 of file battlegroundhandler.cpp.

35 {
36  battleGroundHandler = nullptr;
37 }

References battleGroundHandler.

Member Function Documentation

◆ beginAck()

void TmwAthena::BattleGroundHandler::beginAck ( const bool  result,
const std::string &  bgName,
const std::string &  gameName 
) const
virtual

Implements Net::BattleGroundHandler.

Definition at line 49 of file battlegroundhandler.cpp.

52 {
53 }

◆ checkState()

void TmwAthena::BattleGroundHandler::checkState ( const std::string &  name) const
virtual

Implements Net::BattleGroundHandler.

Definition at line 55 of file battlegroundhandler.cpp.

56 {
57 }

◆ registerBg()

void TmwAthena::BattleGroundHandler::registerBg ( const BattleGroundTypeT type,
const std::string &  name 
) const
virtual

Implements Net::BattleGroundHandler.

Definition at line 39 of file battlegroundhandler.cpp.

42 {
43 }

◆ rekoveRequest()

void TmwAthena::BattleGroundHandler::rekoveRequest ( const std::string &  name) const
virtual

Implements Net::BattleGroundHandler.

Definition at line 45 of file battlegroundhandler.cpp.

46 {
47 }

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