Planeshift
|
This defines an interface for intercepting commands instead of handling them locally in the server console. More...
#include <serverconsole.h>
Public Member Functions | |
virtual void | CatchCommand (const char *cmd)=0 |
virtual | ~iCommandCatcher () |
This defines an interface for intercepting commands instead of handling them locally in the server console.
Definition at line 57 of file serverconsole.h.
virtual iCommandCatcher::~iCommandCatcher | ( | ) | [inline, virtual] |
Definition at line 61 of file serverconsole.h.
virtual void iCommandCatcher::CatchCommand | ( | const char * | cmd | ) | [pure virtual] |
Implemented in psNPCClient.