Planeshift
Public Member Functions

iCommandCatcher Class Reference

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

#include <serverconsole.h>

List of all members.

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 ( ) [inline, virtual]

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: