| 
    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.  More... | |
| virtual void | HandleMessage (MsgEntry *msg) | 
| psGroupCommands (ClientMsgHandler *mh, CmdHandler *ch, iObjectRegistry *obj) | |
| virtual | ~psGroupCommands () | 
  Public Member Functions inherited from psCmdBase | |
| virtual void | HandleMessage (MsgEntry *msg, Client *) | 
| Interprets a received message and executes the command.  More... | |
| psCmdBase (ClientMsgHandler *mh, CmdHandler *ch, iObjectRegistry *obj) | |
| void | Report (int severity, const char *msgtype, const char *description,...) | 
| virtual bool | Setup (ClientMsgHandler *mh, CmdHandler *ch) | 
| virtual bool | Verify (MsgEntry *, unsigned int, Client *&) | 
| virtual | ~psCmdBase () | 
Additional Inherited Members | |
  Protected Attributes inherited from psCmdBase | |
| CmdHandler * | cmdsource | 
| ClientMsgHandler * | msgqueue | 
| iObjectRegistry * | objreg | 
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 | 
      
  | 
  virtual | 
Handles a command to send to the server.
The following commands are supported as the command parameter:
Implements psCmdBase.