![]()  | 
  
    RigsofRods
    2023.09
    
   Soft-body Physics Simulation 
   | 
 
Functions | |
| AppContext * | GetAppContext () | 
| ContentManager * | GetContentManager () | 
| OverlayWrapper * | GetOverlayWrapper () | 
| GUIManager * | GetGuiManager () | 
| Console * | GetConsole () | 
| InputEngine * | GetInputEngine () | 
| CacheSystem * | GetCacheSystem () | 
| MumbleIntegration * | GetMumble () | 
| ThreadPool * | GetThreadPool () | 
| CameraManager * | GetCameraManager () | 
| GfxScene * | GetGfxScene () | 
| SoundScriptManager * | GetSoundScriptManager () | 
| LanguageEngine * | GetLanguageEngine () | 
| ScriptEngine * | GetScriptEngine () | 
| GameContext * | GetGameContext () | 
| OutGauge * | GetOutGauge () | 
| DiscordRpc * | GetDiscordRpc () | 
| Network * | GetNetwork () | 
| void | CreateOverlayWrapper () | 
| void | CreateGuiManager () | 
| void | CreateInputEngine () | 
| void | CreateMumble () | 
| void | CreateThreadPool () | 
| void | CreateCameraManager () | 
| void | CreateGfxScene () | 
| void | CreateSoundScriptManager () | 
| void | CreateScriptEngine () | 
| void | DestroyOverlayWrapper () | 
| void | DestroyInputEngine () | 
| void RoR::App::CreateCameraManager | ( | ) | 
Definition at line 339 of file Application.cpp.
| void RoR::App::CreateGfxScene | ( | ) | 
Definition at line 345 of file Application.cpp.
| void RoR::App::CreateGuiManager | ( | ) | 
Definition at line 313 of file Application.cpp.
| void RoR::App::CreateInputEngine | ( | ) | 
Definition at line 319 of file Application.cpp.
| void RoR::App::CreateMumble | ( | ) | 
Definition at line 325 of file Application.cpp.
| void RoR::App::CreateOverlayWrapper | ( | ) | 
Definition at line 307 of file Application.cpp.
| void RoR::App::CreateScriptEngine | ( | ) | 
Definition at line 359 of file Application.cpp.
| void RoR::App::CreateSoundScriptManager | ( | ) | 
Definition at line 351 of file Application.cpp.
| void RoR::App::CreateThreadPool | ( | ) | 
Definition at line 333 of file Application.cpp.
| void RoR::App::DestroyInputEngine | ( | ) | 
Definition at line 374 of file Application.cpp.
| void RoR::App::DestroyOverlayWrapper | ( | ) | 
Definition at line 368 of file Application.cpp.
| AppContext * RoR::App::GetAppContext | ( | ) | 
Definition at line 283 of file Application.cpp.
| CacheSystem * RoR::App::GetCacheSystem | ( | ) | 
Definition at line 289 of file Application.cpp.
| CameraManager * RoR::App::GetCameraManager | ( | ) | 
Definition at line 292 of file Application.cpp.
| Console * RoR::App::GetConsole | ( | ) | 
Definition at line 287 of file Application.cpp.
| ContentManager * RoR::App::GetContentManager | ( | ) | 
Definition at line 284 of file Application.cpp.
| DiscordRpc * RoR::App::GetDiscordRpc | ( | ) | 
Definition at line 299 of file Application.cpp.
| GameContext * RoR::App::GetGameContext | ( | ) | 
Definition at line 297 of file Application.cpp.
| GfxScene * RoR::App::GetGfxScene | ( | ) | 
Definition at line 293 of file Application.cpp.
| GUIManager * RoR::App::GetGuiManager | ( | ) | 
Definition at line 286 of file Application.cpp.
| InputEngine * RoR::App::GetInputEngine | ( | ) | 
Definition at line 288 of file Application.cpp.
| LanguageEngine * RoR::App::GetLanguageEngine | ( | ) | 
Definition at line 295 of file Application.cpp.
| MumbleIntegration * RoR::App::GetMumble | ( | ) | 
Definition at line 290 of file Application.cpp.
| Network * RoR::App::GetNetwork | ( | ) | 
Definition at line 301 of file Application.cpp.
| OutGauge * RoR::App::GetOutGauge | ( | ) | 
Definition at line 298 of file Application.cpp.
| OverlayWrapper * RoR::App::GetOverlayWrapper | ( | ) | 
Definition at line 285 of file Application.cpp.
| ScriptEngine * RoR::App::GetScriptEngine | ( | ) | 
Definition at line 296 of file Application.cpp.
| SoundScriptManager * RoR::App::GetSoundScriptManager | ( | ) | 
Definition at line 294 of file Application.cpp.
| ThreadPool * RoR::App::GetThreadPool | ( | ) | 
Definition at line 291 of file Application.cpp.
| CVar * RoR::App::app_async_physics | 
Definition at line 83 of file Application.cpp.
| CVar * RoR::App::app_config_long_names | 
Definition at line 91 of file Application.cpp.
| CVar * RoR::App::app_country | 
Definition at line 81 of file Application.cpp.
| CVar * RoR::App::app_custom_scripts | 
Definition at line 92 of file Application.cpp.
| CVar * RoR::App::app_disable_online_api | 
Definition at line 90 of file Application.cpp.
| CVar * RoR::App::app_extra_mod_path | 
Definition at line 87 of file Application.cpp.
| CVar * RoR::App::app_force_cache_purge | 
Definition at line 88 of file Application.cpp.
| CVar * RoR::App::app_force_cache_update | 
Definition at line 89 of file Application.cpp.
| CVar * RoR::App::app_language | 
Definition at line 80 of file Application.cpp.
| CVar * RoR::App::app_num_workers | 
Definition at line 84 of file Application.cpp.
| CVar * RoR::App::app_recent_scripts | 
Definition at line 93 of file Application.cpp.
| CVar * RoR::App::app_rendersys_override | 
Definition at line 86 of file Application.cpp.
| CVar * RoR::App::app_screenshot_format | 
Definition at line 85 of file Application.cpp.
| CVar * RoR::App::app_skip_main_menu | 
Definition at line 82 of file Application.cpp.
| CVar * RoR::App::app_state | 
Definition at line 79 of file Application.cpp.
| CVar * RoR::App::audio_default_efx_preset | 
Definition at line 218 of file Application.cpp.
| CVar * RoR::App::audio_device_name | 
Definition at line 221 of file Application.cpp.
| CVar * RoR::App::audio_doppler_factor | 
Definition at line 222 of file Application.cpp.
| CVar * RoR::App::audio_efx_reverb_engine | 
Definition at line 217 of file Application.cpp.
| CVar * RoR::App::audio_enable_creak | 
Definition at line 210 of file Application.cpp.
| CVar * RoR::App::audio_enable_directed_sounds | 
Definition at line 213 of file Application.cpp.
| CVar * RoR::App::audio_enable_efx | 
Definition at line 215 of file Application.cpp.
| CVar * RoR::App::audio_enable_obstruction | 
Definition at line 211 of file Application.cpp.
| CVar * RoR::App::audio_enable_occlusion | 
Definition at line 212 of file Application.cpp.
| CVar * RoR::App::audio_enable_reflection_panning | 
Definition at line 214 of file Application.cpp.
| CVar * RoR::App::audio_engine_controls_environmental_audio | 
Definition at line 216 of file Application.cpp.
| CVar * RoR::App::audio_force_listener_efx_preset | 
Definition at line 219 of file Application.cpp.
| CVar * RoR::App::audio_force_obstruction_inside_vehicles | 
Definition at line 220 of file Application.cpp.
| CVar * RoR::App::audio_master_volume | 
Definition at line 209 of file Application.cpp.
| CVar * RoR::App::audio_menu_music | 
Definition at line 223 of file Application.cpp.
| CVar * RoR::App::audio_sim_pause_disables_doppler_effect | 
Definition at line 224 of file Application.cpp.
| CVar * RoR::App::cli_custom_scripts | 
Definition at line 186 of file Application.cpp.
| CVar * RoR::App::cli_force_cache_update | 
Definition at line 184 of file Application.cpp.
| CVar * RoR::App::cli_preset_spawn_pos | 
Definition at line 181 of file Application.cpp.
| CVar * RoR::App::cli_preset_spawn_rot | 
Definition at line 182 of file Application.cpp.
| CVar * RoR::App::cli_preset_terrain | 
Definition at line 180 of file Application.cpp.
| CVar * RoR::App::cli_preset_veh_config | 
Definition at line 179 of file Application.cpp.
| CVar * RoR::App::cli_preset_veh_enter | 
Definition at line 183 of file Application.cpp.
| CVar * RoR::App::cli_preset_vehicle | 
Definition at line 178 of file Application.cpp.
| CVar * RoR::App::cli_resume_autosave | 
Definition at line 185 of file Application.cpp.
| CVar * RoR::App::cli_server_host | 
Definition at line 176 of file Application.cpp.
| CVar * RoR::App::cli_server_port | 
Definition at line 177 of file Application.cpp.
| CVar * RoR::App::diag_actor_dump | 
Definition at line 158 of file Application.cpp.
| CVar * RoR::App::diag_allow_window_resize | 
Definition at line 159 of file Application.cpp.
| CVar * RoR::App::diag_auto_spawner_report | 
Definition at line 133 of file Application.cpp.
| CVar * RoR::App::diag_camera | 
Definition at line 134 of file Application.cpp.
| CVar * RoR::App::diag_envmap | 
Definition at line 138 of file Application.cpp.
| CVar * RoR::App::diag_hide_beam_stress | 
Definition at line 153 of file Application.cpp.
| CVar * RoR::App::diag_hide_broken_beams | 
Definition at line 152 of file Application.cpp.
| CVar * RoR::App::diag_hide_nodes | 
Definition at line 156 of file Application.cpp.
| CVar * RoR::App::diag_hide_wheel_info | 
Definition at line 154 of file Application.cpp.
| CVar * RoR::App::diag_hide_wheels | 
Definition at line 155 of file Application.cpp.
| CVar * RoR::App::diag_log_beam_break | 
Definition at line 147 of file Application.cpp.
| CVar * RoR::App::diag_log_beam_deform | 
Definition at line 148 of file Application.cpp.
| CVar * RoR::App::diag_log_beam_trigger | 
Definition at line 149 of file Application.cpp.
| CVar * RoR::App::diag_log_console_echo | 
Definition at line 146 of file Application.cpp.
| CVar * RoR::App::diag_preset_spawn_pos | 
Definition at line 141 of file Application.cpp.
| CVar * RoR::App::diag_preset_spawn_rot | 
Definition at line 142 of file Application.cpp.
| CVar * RoR::App::diag_preset_terrain | 
Definition at line 140 of file Application.cpp.
| CVar * RoR::App::diag_preset_veh_config | 
Definition at line 144 of file Application.cpp.
| CVar * RoR::App::diag_preset_veh_enter | 
Definition at line 145 of file Application.cpp.
| CVar * RoR::App::diag_preset_vehicle | 
Definition at line 143 of file Application.cpp.
| CVar * RoR::App::diag_rig_log_node_import | 
Definition at line 135 of file Application.cpp.
| CVar * RoR::App::diag_rig_log_node_stats | 
Definition at line 136 of file Application.cpp.
| CVar * RoR::App::diag_simple_materials | 
Definition at line 150 of file Application.cpp.
| CVar * RoR::App::diag_terrn_log_roads | 
Definition at line 157 of file Application.cpp.
| CVar* RoR::App::diag_trace_globals | 
| CVar * RoR::App::diag_truck_mass | 
Definition at line 137 of file Application.cpp.
| CVar * RoR::App::diag_videocameras | 
Definition at line 139 of file Application.cpp.
| CVar * RoR::App::diag_warning_texture | 
Definition at line 151 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_const_penalty | 
Definition at line 266 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_enabled | 
Definition at line 265 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_invert_lookup | 
Definition at line 271 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_prog_down_penalty | 
Definition at line 268 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_prog_up_penalty | 
Definition at line 267 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_reorder_indices | 
Definition at line 269 of file Application.cpp.
| CVar * RoR::App::flexbody_defrag_reorder_texcoords | 
Definition at line 270 of file Application.cpp.
      
  | 
  static | 
Definition at line 56 of file Application.cpp.
      
  | 
  static | 
Definition at line 57 of file Application.cpp.
      
  | 
  static | 
Definition at line 58 of file Application.cpp.
      
  | 
  static | 
Definition at line 59 of file Application.cpp.
      
  | 
  static | 
Definition at line 60 of file Application.cpp.
      
  | 
  static | 
Definition at line 61 of file Application.cpp.
      
  | 
  static | 
Definition at line 62 of file Application.cpp.
      
  | 
  static | 
Definition at line 63 of file Application.cpp.
      
  | 
  static | 
Definition at line 64 of file Application.cpp.
      
  | 
  static | 
Definition at line 65 of file Application.cpp.
      
  | 
  static | 
Definition at line 66 of file Application.cpp.
      
  | 
  static | 
Definition at line 67 of file Application.cpp.
      
  | 
  static | 
Definition at line 75 of file Application.cpp.
      
  | 
  static | 
Definition at line 69 of file Application.cpp.
      
  | 
  static | 
Definition at line 68 of file Application.cpp.
      
  | 
  static | 
Definition at line 70 of file Application.cpp.
      
  | 
  static | 
Definition at line 72 of file Application.cpp.
      
  | 
  static | 
Definition at line 71 of file Application.cpp.
      
  | 
  static | 
Definition at line 73 of file Application.cpp.
| CVar * RoR::App::gfx_alt_actor_materials | 
Definition at line 261 of file Application.cpp.
| CVar * RoR::App::gfx_anisotropy | 
Definition at line 237 of file Application.cpp.
| CVar * RoR::App::gfx_auto_lod | 
Definition at line 262 of file Application.cpp.
| CVar * RoR::App::gfx_camera_height | 
Definition at line 249 of file Application.cpp.
| CVar * RoR::App::gfx_declutter_map | 
Definition at line 243 of file Application.cpp.
| CVar * RoR::App::gfx_enable_rtshaders | 
Definition at line 260 of file Application.cpp.
| CVar * RoR::App::gfx_enable_videocams | 
Definition at line 240 of file Application.cpp.
| CVar * RoR::App::gfx_envmap_enabled | 
Definition at line 244 of file Application.cpp.
| CVar * RoR::App::gfx_envmap_rate | 
Definition at line 245 of file Application.cpp.
| CVar * RoR::App::gfx_extcam_mode | 
Definition at line 230 of file Application.cpp.
| CVar * RoR::App::gfx_fixed_cam_tracking | 
Definition at line 255 of file Application.cpp.
| CVar * RoR::App::gfx_flares_mode | 
Definition at line 227 of file Application.cpp.
| CVar * RoR::App::gfx_flexbody_cache | 
Definition at line 258 of file Application.cpp.
| CVar * RoR::App::gfx_fov_external | 
Definition at line 250 of file Application.cpp.
| CVar * RoR::App::gfx_fov_external_default | 
Definition at line 251 of file Application.cpp.
| CVar * RoR::App::gfx_fov_internal | 
Definition at line 252 of file Application.cpp.
| CVar * RoR::App::gfx_fov_internal_default | 
Definition at line 253 of file Application.cpp.
| CVar * RoR::App::gfx_fps_limit | 
Definition at line 256 of file Application.cpp.
| CVar * RoR::App::gfx_particles_mode | 
Definition at line 239 of file Application.cpp.
| CVar * RoR::App::gfx_polygon_mode | 
Definition at line 228 of file Application.cpp.
| CVar * RoR::App::gfx_reduce_shadows | 
Definition at line 259 of file Application.cpp.
| CVar * RoR::App::gfx_shadow_quality | 
Definition at line 246 of file Application.cpp.
| CVar * RoR::App::gfx_shadow_type | 
Definition at line 229 of file Application.cpp.
| CVar * RoR::App::gfx_sight_range | 
Definition at line 248 of file Application.cpp.
| CVar * RoR::App::gfx_skidmarks_mode | 
Definition at line 247 of file Application.cpp.
| CVar * RoR::App::gfx_sky_mode | 
Definition at line 231 of file Application.cpp.
| CVar * RoR::App::gfx_sky_time_cycle | 
Definition at line 232 of file Application.cpp.
| CVar * RoR::App::gfx_sky_time_speed | 
Definition at line 233 of file Application.cpp.
| CVar * RoR::App::gfx_speedo_imperial | 
Definition at line 257 of file Application.cpp.
| CVar * RoR::App::gfx_static_cam_fov_exp | 
Definition at line 254 of file Application.cpp.
| CVar * RoR::App::gfx_surveymap_icons | 
Definition at line 242 of file Application.cpp.
| CVar * RoR::App::gfx_texture_filter | 
Definition at line 234 of file Application.cpp.
| CVar * RoR::App::gfx_vegetation_mode | 
Definition at line 235 of file Application.cpp.
| CVar * RoR::App::gfx_water_mode | 
Definition at line 236 of file Application.cpp.
| CVar * RoR::App::gfx_water_waves | 
Definition at line 238 of file Application.cpp.
| CVar * RoR::App::gfx_window_videocams | 
Definition at line 241 of file Application.cpp.
| CVar * RoR::App::io_analog_sensitivity | 
Definition at line 190 of file Application.cpp.
| CVar * RoR::App::io_analog_smoothing | 
Definition at line 189 of file Application.cpp.
| CVar * RoR::App::io_arcade_controls | 
Definition at line 198 of file Application.cpp.
| CVar * RoR::App::io_blink_lock_range | 
Definition at line 191 of file Application.cpp.
| CVar * RoR::App::io_discord_rpc | 
Definition at line 205 of file Application.cpp.
| CVar * RoR::App::io_ffb_camera_gain | 
Definition at line 193 of file Application.cpp.
| CVar * RoR::App::io_ffb_center_gain | 
Definition at line 194 of file Application.cpp.
| CVar * RoR::App::io_ffb_enabled | 
Definition at line 192 of file Application.cpp.
| CVar * RoR::App::io_ffb_master_gain | 
Definition at line 195 of file Application.cpp.
| CVar * RoR::App::io_ffb_stress_gain | 
Definition at line 196 of file Application.cpp.
| CVar * RoR::App::io_hydro_coupling | 
Definition at line 199 of file Application.cpp.
| CVar * RoR::App::io_input_grab_mode | 
Definition at line 197 of file Application.cpp.
| CVar * RoR::App::io_invert_orbitcam | 
Definition at line 206 of file Application.cpp.
| CVar * RoR::App::io_outgauge_delay | 
Definition at line 203 of file Application.cpp.
| CVar * RoR::App::io_outgauge_id | 
Definition at line 204 of file Application.cpp.
| CVar * RoR::App::io_outgauge_ip | 
Definition at line 201 of file Application.cpp.
| CVar * RoR::App::io_outgauge_mode | 
Definition at line 200 of file Application.cpp.
| CVar * RoR::App::io_outgauge_port | 
Definition at line 202 of file Application.cpp.
| CVar * RoR::App::mp_api_url | 
Definition at line 126 of file Application.cpp.
| CVar * RoR::App::mp_chat_auto_hide | 
Definition at line 117 of file Application.cpp.
| CVar * RoR::App::mp_cyclethru_net_actors | 
Include remote actors when cycling through with CTRL + [ and CTRL + ].
Definition at line 127 of file Application.cpp.
| CVar * RoR::App::mp_hide_net_labels | 
Definition at line 118 of file Application.cpp.
| CVar * RoR::App::mp_hide_own_net_label | 
Definition at line 119 of file Application.cpp.
| CVar * RoR::App::mp_join_on_startup | 
Definition at line 116 of file Application.cpp.
| CVar * RoR::App::mp_player_name | 
Definition at line 124 of file Application.cpp.
| CVar * RoR::App::mp_player_token | 
Definition at line 125 of file Application.cpp.
| CVar * RoR::App::mp_pseudo_collisions | 
Definition at line 120 of file Application.cpp.
| CVar * RoR::App::mp_server_host | 
Definition at line 121 of file Application.cpp.
| CVar * RoR::App::mp_server_password | 
Definition at line 123 of file Application.cpp.
| CVar * RoR::App::mp_server_port | 
Definition at line 122 of file Application.cpp.
| CVar * RoR::App::mp_state | 
Definition at line 115 of file Application.cpp.
| CVar * RoR::App::remote_query_url | 
Definition at line 130 of file Application.cpp.
| CVar * RoR::App::sim_gearbox_mode | 
Definition at line 108 of file Application.cpp.
| CVar * RoR::App::sim_live_repair_interval | 
Hold EV_COMMON_REPAIR_TRUCK to enter LiveRepair mode. 0 or negative interval disables.
Definition at line 111 of file Application.cpp.
| CVar* RoR::App::sim_load_savegame | 
Definition at line 99 of file Application.cpp.
| CVar * RoR::App::sim_no_collisions | 
Definition at line 106 of file Application.cpp.
| CVar * RoR::App::sim_no_self_collisions | 
Definition at line 107 of file Application.cpp.
| CVar * RoR::App::sim_quickload_dialog | 
Definition at line 110 of file Application.cpp.
| CVar * RoR::App::sim_races_enabled | 
Definition at line 105 of file Application.cpp.
| CVar * RoR::App::sim_realistic_commands | 
Definition at line 104 of file Application.cpp.
| CVar * RoR::App::sim_replay_enabled | 
Definition at line 101 of file Application.cpp.
| CVar * RoR::App::sim_replay_length | 
Definition at line 102 of file Application.cpp.
| CVar * RoR::App::sim_replay_stepping | 
Definition at line 103 of file Application.cpp.
| CVar * RoR::App::sim_soft_reset_mode | 
Definition at line 109 of file Application.cpp.
| CVar * RoR::App::sim_spawn_running | 
Definition at line 100 of file Application.cpp.
| CVar * RoR::App::sim_state | 
Definition at line 96 of file Application.cpp.
| CVar * RoR::App::sim_terrain_gui_name | 
Definition at line 98 of file Application.cpp.
| CVar * RoR::App::sim_terrain_name | 
Definition at line 97 of file Application.cpp.
| CVar * RoR::App::sim_tuning_enabled | 
Definition at line 112 of file Application.cpp.
| CVar * RoR::App::sys_cache_dir | 
Definition at line 165 of file Application.cpp.
| CVar * RoR::App::sys_config_dir | 
Definition at line 164 of file Application.cpp.
| CVar * RoR::App::sys_logs_dir | 
Definition at line 167 of file Application.cpp.
| CVar * RoR::App::sys_process_dir | 
Definition at line 162 of file Application.cpp.
| CVar * RoR::App::sys_profiler_dir | 
Definition at line 169 of file Application.cpp.
| CVar * RoR::App::sys_projects_dir | 
Definition at line 173 of file Application.cpp.
| CVar * RoR::App::sys_resources_dir | 
Definition at line 168 of file Application.cpp.
| CVar * RoR::App::sys_savegames_dir | 
Definition at line 170 of file Application.cpp.
| CVar * RoR::App::sys_screenshot_dir | 
Definition at line 171 of file Application.cpp.
| CVar * RoR::App::sys_scripts_dir | 
Definition at line 172 of file Application.cpp.
| CVar * RoR::App::sys_thumbnails_dir | 
Definition at line 166 of file Application.cpp.
| CVar * RoR::App::sys_user_dir | 
Definition at line 163 of file Application.cpp.
| CVar * RoR::App::ui_always_show_fullsize | 
Definition at line 280 of file Application.cpp.
| CVar * RoR::App::ui_default_boat_dash | 
string; name of the '.dashboard' file in modcache.
Definition at line 279 of file Application.cpp.
| CVar * RoR::App::ui_default_truck_dash | 
string; name of the '.dashboard' file in modcache.
Definition at line 278 of file Application.cpp.
| CVar * RoR::App::ui_hide_gui | 
bool; The 'hide GUI' hotkey state
Definition at line 277 of file Application.cpp.
| CVar * RoR::App::ui_preset | 
enum RoR::UiPreset 
Definition at line 276 of file Application.cpp.
| CVar * RoR::App::ui_show_live_repair_controls | 
bool
Definition at line 274 of file Application.cpp.
| CVar * RoR::App::ui_show_vehicle_buttons | 
Definition at line 275 of file Application.cpp.
 1.8.17