DriverInfo
Description of DriverInfo
DriverCarSLShiftRPM
Description of DriverCarSLShiftRPM
DriverPitTrkPct
DriverCarSLLastRPM
DriverHeadPosZ
DriverCarFuelMaxLtr
DriverCarIdleRPM
DriverCarEstLapTime
DriverSetupPassedTech
DriverHeadPosX
DriverCarIdx
DriverSetupIsModified
DriverCarSLBlinkRPM
DriverSetupLoadTypeName
DriverCarRedLine
DriverCarFuelKgPerLtr
DriverCarSLFirstRPM
DriverSetupName
DriverIncidentCount
DriverUserID
DriverHeadPosY
PaceCarIdx
DriverCarMaxFuelPct
Drivers Array
Each driver/team in the event has an entry in this Array. Their position in this Array is referred to elsewhere in parameters using the Idx suffix.
- PaceCarIdx gives the array position of the Pace Car entry
- DriverCarIdx and PlayerCarIdx gives the array position of the client entry
AbbrevName
CarClassColor
CarClassID
CarClassLicenseLevel
CarClassMaxFuelPct
CarClassRelSpeed
CarClassShortName
CarClassWeightPenalty
CarDesignStr
CarID
CarIdx
CarIsAI
CarIsPaceCar
CarNumber
CarNumberDesignStr
CarNumberRaw
Useful for using the CamSwitchNum broadcast command. Car numbers can be prefixed with zero's and you can pass CarNumberRaw to the command as a parameter.
Developer Post
Internally a car number is padded so that leading zeros are encoded in the upper bits of the number. So something like 1001 is really 01... I suppose I could output the raw car number to telemetry along with the string representation.
Developer Post
Ok, I added a 'carNumRaw:' param to the yaml string that just shows the number without decoding the leading zeros. I will try to get that pushed out in the next maintenance build.