Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

ConsoleCmd Class Reference

#include <console.h>

Collaboration diagram for ConsoleCmd:

Collaboration graph
[legend]
List of all members.

Detailed Description

Data for a command A console command is identified with a string (case sensetive) and matched to a callback object, receiving the command and arguments.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Member Functions

 ConsoleCmd (const HashString &rstrCmd, ConsoleCmdCallback *pkCallback)

Public Attributes

HashString m_strCmd
ConsoleCmdCallbackm_pkCallback


Constructor & Destructor Documentation

ConsoleCmd const HashString rstrCmd,
ConsoleCmdCallback pkCallback
[inline]
 

Parameters:
rstrCmd Command
pkCallback Callback


Member Data Documentation

HashString m_strCmd
 

Command

ConsoleCmdCallback* m_pkCallback
 

Callback object (not deleted)


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:10 2004 for NeoEngine by doxygen 1.3.5