Planeshift
iCommandCatcher Class Referenceabstract

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 ()
 

Detailed Description

This defines an interface for intercepting commands instead of handling them locally in the server console.

Definition at line 57 of file serverconsole.h.

Constructor & Destructor Documentation

virtual iCommandCatcher::~iCommandCatcher ( )
inlinevirtual

Definition at line 61 of file serverconsole.h.

Member Function Documentation

virtual void iCommandCatcher::CatchCommand ( const char *  cmd)
pure virtual

Implemented in psNPCClient.


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