Planeshift
|
Manager class to help with handling of 'group' commands. More...
#include <cmdgroups.h>
Public Member Functions | |
virtual const char * | HandleCommand (const char *cmd) |
Handles a command to send to the server. | |
virtual void | HandleMessage (MsgEntry *msg) |
psGroupCommands (ClientMsgHandler *mh, CmdHandler *ch, iObjectRegistry *obj) | |
virtual | ~psGroupCommands () |
Manager class to help with handling of 'group' commands.
Definition at line 38 of file cmdgroups.h.
psGroupCommands::psGroupCommands | ( | ClientMsgHandler * | mh, |
CmdHandler * | ch, | ||
iObjectRegistry * | obj | ||
) |
virtual psGroupCommands::~psGroupCommands | ( | ) | [virtual] |
virtual const char* psGroupCommands::HandleCommand | ( | const char * | cmd | ) | [virtual] |
Handles a command to send to the server.
The following commands are supported as the command parameter:
Implements psCmdBase.