iRDS - Intelligent Race Driver System
V 2.1.0.5
|
IRDS other players. More...
Public Attributes | |
string | playerName |
The name of the player. More... | |
Color32[] | selectedCarColor |
The color of the selected car. More... | |
string | selectedCar = "" |
The selected car. More... | |
bool | controlDigital = false |
Control digital. More... | |
bool | automaticGearShifting = false |
Automatic gear shifting. More... | |
bool | automaticClutch = true |
Automatic clutch. More... | |
bool | startEngineOnStart = true |
Start engine on start. More... | |
bool | pitsAutoPilot = false |
Pits auto pilot. More... | |
bool | autoSteering = false |
Auto steering. More... | |
bool | autoBrake = false |
Auto brake. More... | |
bool | autoThrottle = false |
Auto throttle. More... | |
string | preferredCameraView = "" |
The preferred camera view. More... | |
int | gridPosNumber = 0 |
The grid position number. More... | |
bool | imACop = false |
Im a cop?. More... | |
bool | enableTCL = true |
Enable TC. More... | |
float | tcl = 0.45f |
The tcl value. Values from 0 to 1. More... | |
float | tclMinSpd = 1f |
The tcl minimum spd. More... | |
bool | enableABS = true |
Enable ABS. More... | |
float | abs = 0.4f |
The abs value. Values from 0 to 1. More... | |
bool | enableESC = true |
Enable ESC. More... | |
float | esc = 1 |
The esc. Values from 0 to 1. More... | |
bool | enableSteerHelp = true |
Enable steer help. More... | |
float | steerHelp = 0.01f |
The steer help value. Values from 0 to 1. More... | |
IRDSControlAsigment | controlAsigments |
The control asigments. More... | |
IRDS other players.
float IRDSOtherPlayers.abs = 0.4f |
The abs value. Values from 0 to 1.
bool IRDSOtherPlayers.autoBrake = false |
Auto brake.
bool IRDSOtherPlayers.automaticClutch = true |
Automatic clutch.
bool IRDSOtherPlayers.automaticGearShifting = false |
Automatic gear shifting.
bool IRDSOtherPlayers.autoSteering = false |
Auto steering.
bool IRDSOtherPlayers.autoThrottle = false |
Auto throttle.
IRDSControlAsigment IRDSOtherPlayers.controlAsigments |
The control asigments.
bool IRDSOtherPlayers.controlDigital = false |
Control digital.
bool IRDSOtherPlayers.enableABS = true |
Enable ABS.
bool IRDSOtherPlayers.enableESC = true |
Enable ESC.
bool IRDSOtherPlayers.enableSteerHelp = true |
Enable steer help.
bool IRDSOtherPlayers.enableTCL = true |
Enable TC.
float IRDSOtherPlayers.esc = 1 |
The esc. Values from 0 to 1.
int IRDSOtherPlayers.gridPosNumber = 0 |
The grid position number.
bool IRDSOtherPlayers.imACop = false |
Im a cop?.
bool IRDSOtherPlayers.pitsAutoPilot = false |
Pits auto pilot.
string IRDSOtherPlayers.playerName |
The name of the player.
string IRDSOtherPlayers.preferredCameraView = "" |
The preferred camera view.
string IRDSOtherPlayers.selectedCar = "" |
The selected car.
Color32 [] IRDSOtherPlayers.selectedCarColor |
The color of the selected car.
bool IRDSOtherPlayers.startEngineOnStart = true |
Start engine on start.
float IRDSOtherPlayers.steerHelp = 0.01f |
The steer help value. Values from 0 to 1.
float IRDSOtherPlayers.tcl = 0.45f |
The tcl value. Values from 0 to 1.
float IRDSOtherPlayers.tclMinSpd = 1f |
The tcl minimum spd.