|
Orxonox
0.0.5 Codename: Arcturus
|
Declaration of some console commands. More...
#include "core/CorePrereqs.h"Go to the source code of this file.
Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
| void | orxonox::append (const std::string &filename, const std::string &text) |
| Appends text to a file. More... | |
| float | orxonox::calculate (const std::string &calculation) |
| Parses the mathematical expression and returns the result. More... | |
| void | orxonox::debug (const std::string &text) |
| Prints debug output with verbose level. More... | |
| std::string | orxonox::echo (const std::string &text) |
| Simply returns the arguments. More... | |
| void | orxonox::error (const std::string &text) |
| Prints output with error level. More... | |
| void | orxonox::info (const std::string &text) |
| Prints output with info level. More... | |
| void | orxonox::log (const std::string &text) |
| Prints text to the console and the logfile. More... | |
| void | orxonox::orxout_level (const std::string &level_name, const std::string &text) |
| Prints text to the console. More... | |
| void | orxonox::orxout_level_context (const std::string &level_name, const std::string &context_name, const std::string &text) |
| Prints text to the console. More... | |
| std::string | orxonox::read (const std::string &filename) |
| Reads text from a file. More... | |
| void | orxonox::source (const std::string &filename) |
| Reads the content of a file and executes the commands in it line by line. More... | |
| void | orxonox::status (const std::string &text) |
| Prints output with status level. More... | |
| void | orxonox::warning (const std::string &text) |
| Prints output with warning level. More... | |
| void | orxonox::write (const std::string &filename, const std::string &text) |
| Writes text to a file. More... | |
Declaration of some console commands.
1.8.11