ManaPlus
Public Member Functions
Net::ServerFeatures Class Referenceabstract

#include <serverfeatures.h>

Inheritance diagram for Net::ServerFeatures:
EAthena::ServerFeatures TmwAthena::ServerFeatures

Public Member Functions

 ServerFeatures ()
 
virtual ~ServerFeatures ()
 
virtual bool haveServerOnlineList () const =0
 
virtual bool haveServerHp () const =0
 
virtual bool havePlayerStatusUpdate () const =0
 
virtual bool haveIncompleteChatMessages () const =0
 
virtual bool haveRaceSelection () const =0
 
virtual bool haveLookSelection () const =0
 
virtual bool haveMove3 () const =0
 
virtual bool haveMonsterAttackRange () const =0
 
virtual bool haveEmailOnRegister () const =0
 
virtual bool haveEmailOnDelete () const =0
 
virtual bool haveServerVersion () const =0
 
virtual bool haveMapServerVersion () const =0
 
virtual bool haveNpcGender () const =0
 
virtual bool haveJoinChannel () const =0
 
virtual bool haveCreateCharGender () const =0
 
virtual bool haveTalkPet () const =0
 
virtual bool haveMovePet () const =0
 
virtual bool haveServerWarpNames () const =0
 
virtual bool haveExtendedRiding () const =0
 
virtual bool haveExtendedDropsPosition () const =0
 
virtual bool haveMoveWhileSit () const =0
 
virtual bool haveKillerId () const =0
 
virtual bool havePincode () const =0
 

Detailed Description

Definition at line 29 of file serverfeatures.h.

Constructor & Destructor Documentation

◆ ServerFeatures()

Net::ServerFeatures::ServerFeatures ( )
inline

Definition at line 32 of file serverfeatures.h.

33  { }

◆ ~ServerFeatures()

virtual Net::ServerFeatures::~ServerFeatures ( )
inlinevirtual

Definition at line 37 of file serverfeatures.h.

38  { }

Member Function Documentation

◆ haveCreateCharGender()

virtual bool Net::ServerFeatures::haveCreateCharGender ( ) const
pure virtual

◆ haveEmailOnDelete()

virtual bool Net::ServerFeatures::haveEmailOnDelete ( ) const
pure virtual

◆ haveEmailOnRegister()

virtual bool Net::ServerFeatures::haveEmailOnRegister ( ) const
pure virtual

◆ haveExtendedDropsPosition()

virtual bool Net::ServerFeatures::haveExtendedDropsPosition ( ) const
pure virtual

◆ haveExtendedRiding()

virtual bool Net::ServerFeatures::haveExtendedRiding ( ) const
pure virtual

◆ haveIncompleteChatMessages()

virtual bool Net::ServerFeatures::haveIncompleteChatMessages ( ) const
pure virtual

◆ haveJoinChannel()

virtual bool Net::ServerFeatures::haveJoinChannel ( ) const
pure virtual

◆ haveKillerId()

virtual bool Net::ServerFeatures::haveKillerId ( ) const
pure virtual

◆ haveLookSelection()

virtual bool Net::ServerFeatures::haveLookSelection ( ) const
pure virtual

◆ haveMapServerVersion()

virtual bool Net::ServerFeatures::haveMapServerVersion ( ) const
pure virtual

◆ haveMonsterAttackRange()

virtual bool Net::ServerFeatures::haveMonsterAttackRange ( ) const
pure virtual

◆ haveMove3()

virtual bool Net::ServerFeatures::haveMove3 ( ) const
pure virtual

◆ haveMovePet()

virtual bool Net::ServerFeatures::haveMovePet ( ) const
pure virtual

◆ haveMoveWhileSit()

virtual bool Net::ServerFeatures::haveMoveWhileSit ( ) const
pure virtual

◆ haveNpcGender()

virtual bool Net::ServerFeatures::haveNpcGender ( ) const
pure virtual

◆ havePincode()

virtual bool Net::ServerFeatures::havePincode ( ) const
pure virtual

◆ havePlayerStatusUpdate()

virtual bool Net::ServerFeatures::havePlayerStatusUpdate ( ) const
pure virtual

◆ haveRaceSelection()

virtual bool Net::ServerFeatures::haveRaceSelection ( ) const
pure virtual

◆ haveServerHp()

virtual bool Net::ServerFeatures::haveServerHp ( ) const
pure virtual

◆ haveServerOnlineList()

virtual bool Net::ServerFeatures::haveServerOnlineList ( ) const
pure virtual

◆ haveServerVersion()

virtual bool Net::ServerFeatures::haveServerVersion ( ) const
pure virtual

◆ haveServerWarpNames()

virtual bool Net::ServerFeatures::haveServerWarpNames ( ) const
pure virtual

◆ haveTalkPet()

virtual bool Net::ServerFeatures::haveTalkPet ( ) const
pure virtual

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