-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtype_static.go
49 lines (48 loc) · 1.46 KB
/
type_static.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package acctelemetry
type AccStatic struct {
SmVersion [15]uint16
AcVersion [15]uint16
NumberOfSessions int32
NumCars int32
CarModel [33]uint16
Track [33]uint16
PlayerName [33]uint16
PlayerSurname [33]uint16
PlayerNick [33]uint16
SectorCount int32
MaxTorque float32
MaxPower float32
MaxRpm int32
MaxFuel float32
SuspensionMaxTravel [4]float32
TyreRadius [4]float32
MaxTurboBoost [4]float32
Deprecated1 float32
Deprecated2 float32
PenaltiesEnabled int32
AidFuelRate float32
AidTireRate float32
AidMechanicalDamage float32
AidAllowTyreBlankets int32
AidStability float32
AidAutoClutch int32
AidAutoBlip int32
HasDRS int32
HasERS int32
HasKERS int32
KersMaxJ float32
EngineBrakeSettingsCnt int32
ErsPowerControllerCnt int32
TrackSplineLength float32
TrackConfiguration [33]uint16
ErsMaxJ float32
IsTimedRace int32
HasExtraLap int32
CarSkin [33]uint16
ReversedGridPositions int32
PitWindowStart int32
PitWindowEnd int32
IsOnline int32
DryTyresName [33]uint16
WetTyresName [33]uint16
}