| OpenRaider
    0.1.4-dev
    Open Source Tomb Raider Game Engine implementation | 
#include <CommandEngine.h>
| Public Member Functions | |
| virtual std::string | name () | 
| virtual std::string | brief () | 
| virtual int | execute (std::istream &args) | 
|  Public Member Functions inherited from Command | |
| virtual | ~Command () | 
| virtual void | printHelp () | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from Command | |
| static void | fillCommandList () | 
| static int | command (std::string c) | 
| static int | executeFile (std::string file) | 
| static std::string | autoComplete (std::string begin) | 
Definition at line 29 of file CommandEngine.h.
| 
 | virtual | 
Implements Command.
Definition at line 74 of file CommandEngine.cpp.
| 
 | virtual | 
Implements Command.
Definition at line 78 of file CommandEngine.cpp.
| 
 | virtual | 
Implements Command.
Definition at line 82 of file CommandEngine.cpp.
 1.8.9.1
 1.8.9.1