RigsofRods
Soft-body Physics Simulation
Data Structures | Enumerations | Functions
Land vehicles

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

+ Collaboration diagram for Land vehicles:

Data Structures

class  RoR::EngineSim
 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  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 57 of file Differentials.h.

◆ SimGearboxMode

enum 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 178 of file Application.h.

Function Documentation

◆ ToLocalizedString()

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

Definition at line 383 of file Application.cpp.

+ Here is the caller graph for this function: