![]() |
Public API Reference |
Interface for the CEL console. More...
#include <tools/celconsole.h>
Public Member Functions | |
| virtual iConsoleInput * | GetInputConsole ()=0 |
| Get the input console that is being used. | |
| virtual iConsoleOutput * | GetOutputConsole ()=0 |
| Get the ouput console that is being used. | |
| virtual void | RegisterCommand (iCelConsoleCommand *command)=0 |
| Register a command. | |
Interface for the CEL console.
Definition at line 65 of file celconsole.h.
| virtual iConsoleInput* iCelConsole::GetInputConsole | ( | ) | [pure virtual] |
Get the input console that is being used.
| virtual iConsoleOutput* iCelConsole::GetOutputConsole | ( | ) | [pure virtual] |
Get the ouput console that is being used.
| virtual void iCelConsole::RegisterCommand | ( | iCelConsoleCommand * | command | ) | [pure virtual] |
Register a command.