Planeshift
Public Member Functions

psGuildCommands Class Reference

Manager class for handling guild client commands. More...

#include <cmdguilds.h>

List of all members.

Public Member Functions

virtual const char * HandleCommand (const char *cmd)
 Interprets a received message and executes the command.
virtual void HandleMessage (MsgEntry *msg)
 psGuildCommands (ClientMsgHandler *mh, CmdHandler *ch, iObjectRegistry *obj)
virtual ~psGuildCommands ()

Detailed Description

Manager class for handling guild client commands.

Definition at line 37 of file cmdguilds.h.


Constructor & Destructor Documentation

psGuildCommands::psGuildCommands ( ClientMsgHandler mh,
CmdHandler ch,
iObjectRegistry *  obj 
)
virtual psGuildCommands::~psGuildCommands ( ) [virtual]

Member Function Documentation

virtual const char* psGuildCommands::HandleCommand ( const char *  cmd) [virtual]

Interprets a received message and executes the command.

char * returned can be an error message to display.

Implements psCmdBase.

virtual void psGuildCommands::HandleMessage ( MsgEntry msg) [virtual]

Implements psCmdBase.


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