#include "ConsoleCommandCompilation.h"
#include <fstream>
#include <set>
#include <string>
#include "util/Debug.h"
#include "util/ExprParser.h"
#include "ConsoleCommand.h"
Namespaces | |
namespace | orxonox |
Functions | |
void | orxonox::append (const std::string &filename, const std::string &text) |
float | orxonox::calculate (const std::string &calculation) |
std::string | orxonox::echo (const std::string &text) |
void | orxonox::puts (bool newline, const std::string &text) |
std::string | orxonox::read (const std::string &filename) |
orxonox::SetConsoleCommandShortcutExtern (calculate) | |
orxonox::SetConsoleCommandShortcutExtern (write).argumentCompleter(0 | |
orxonox::SetConsoleCommandShortcutExtern (append).argumentCompleter(0 | |
orxonox::SetConsoleCommandShortcutExtern (read).argumentCompleter(0 | |
orxonox::SetConsoleCommandShortcutExtern (puts) | |
orxonox::SetConsoleCommandShortcutExtern (echo) | |
orxonox::SetConsoleCommandShortcutExtern (source).argumentCompleter(0 | |
void | orxonox::source (const std::string &filename) |
void | orxonox::write (const std::string &filename, const std::string &text) |