Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Data Structures | Enumerations | Functions
Land vehicles

Cars, trucks, rovers, ATVs, anything. More...

Data Structures

class  RoR::Engine
 A land vehicle engine + transmission. More...
 
class  RoR::TorqueCurve
 This class loads and processes a torque curve for a vehicle. More...
 
class  RoR::TyrePressure
 Land vehicle feat Simulates tyre pressurization by adjusting springness of in-wheel beams. More...
 
struct  RoR::DifferentialData
 
class  RoR::TransferCase
 
class  RoR::Differential
 

Enumerations

enum class  RoR::SimGearboxMode {
  RoR::SimGearboxMode::AUTO , RoR::SimGearboxMode::SEMI_AUTO , RoR::SimGearboxMode::MANUAL , RoR::SimGearboxMode::MANUAL_STICK ,
  RoR::SimGearboxMode::MANUAL_RANGES
}
 
enum  RoR::DiffType {
  RoR::SPLIT_DIFF = 0 , RoR::OPEN_DIFF , RoR::VISCOUS_DIFF , RoR::LOCKED_DIFF ,
  RoR::INVALID_DIFF
}
 

Functions

std::string RoR::ToLocalizedString (SimGearboxMode e)
 

Detailed Description

Cars, trucks, rovers, ATVs, anything.

Enumeration Type Documentation

◆ DiffType

Enumerator
SPLIT_DIFF 
OPEN_DIFF 
VISCOUS_DIFF 
LOCKED_DIFF 
INVALID_DIFF 

Definition at line 56 of file Differentials.h.

◆ SimGearboxMode

enum class RoR::SimGearboxMode
strong
Enumerator
AUTO 

Automatic shift.

SEMI_AUTO 

Manual shift with auto clutch.

MANUAL 

Fully manual: sequential shift.

MANUAL_STICK 

Fully manual: stick shift.

MANUAL_RANGES 

Fully manual: stick shift with ranges.

Definition at line 347 of file Application.h.

Function Documentation

◆ ToLocalizedString()

std::string RoR::ToLocalizedString ( SimGearboxMode  e)

Definition at line 459 of file Application.cpp.