Orxonox
0.0.5 Codename: Arcturus
|
Implementation of CommandExecutor. More...
#include "CommandExecutor.h"
#include "ConsoleCommandIncludes.h"
#include "TclBind.h"
#include "Shell.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::SetConsoleCommand (__CC_CommandExecutor_name, __CC_autocomplete_name,&CommandExecutor::_autocomplete).hide().argumentCompleter(0 | |
orxonox::SetConsoleCommand ("unhide",&CommandExecutor::unhide).argumentCompleter(0 | |
orxonox::SetConsoleCommand ("alias",&CommandExecutor::alias).argumentCompleter(1 | |
Variables | |
static const std::string | orxonox::__CC_autocomplete_name = "autocomplete" |
static const std::string | orxonox::__CC_CommandExecutor_name = "CommandExecutor" |
Implementation of CommandExecutor.