![]()  | 
  
    RigsofRods
    2023.09
    
   Soft-body Physics Simulation 
   | 
 
Centerpiece of the application; parses command line & config, maintains cvars, logs messages. More...
Modules | |
| Console commmands | |
| Built-in console commands.  | |
Data Structures | |
| class | RoR::Console | 
| Global game console backend.  More... | |
| class | RoR::ConsoleCmd | 
| Base (abstract) console command.  More... | |
| class | RoR::CVar | 
| Quake-style console variable, defined in RoR.cfg or crated via Console UI and scripts.  More... | |
Enumerations | |
| enum | RoR::CVarFlags {  RoR::CVAR_TYPE_BOOL = BITMASK(1), RoR::CVAR_TYPE_INT = BITMASK(2), RoR::CVAR_TYPE_FLOAT = BITMASK(3), RoR::CVAR_ARCHIVE = BITMASK(4), RoR::CVAR_NO_LOG = BITMASK(5) }  | 
Functions | |
| void | RoR::Console::regBuiltinCommands () | 
| Register builtin commands.  More... | |
| void | RoR::Console::doCommand (std::string msg) | 
| Identify and execute any console line.  More... | |
| bool | RoR::ConsoleCmd::CheckAppState (AppState state) | 
Centerpiece of the application; parses command line & config, maintains cvars, logs messages.
| enum RoR::CVarFlags | 
      
  | 
  protected | 
Definition at line 749 of file ConsoleCmd.cpp.
| void Console::doCommand | ( | std::string | msg | ) | 
Identify and execute any console line.
Definition at line 707 of file ConsoleCmd.cpp.
| void Console::regBuiltinCommands | ( | ) | 
Register builtin commands.
Definition at line 678 of file ConsoleCmd.cpp.
 1.8.17