TrackLocation
Defined in: defines.ts:87
Maps the general location within the world a car/driver might be.
Represents irsdk_TrkLoc
Enumeration Members
ApproachingPits
ApproachingPits:
2
Defined in: defines.ts:96
Indicates the lead in to pit road, as well as pit road itself (where limits are enforced). If you just want to know that your on the pit road surface, look at the 'OnPitRoad' telemetry variable.
InPitStall
InPitStall:
1
Defined in: defines.ts:90
NotInWorld
NotInWorld:
-1
Defined in: defines.ts:88
OffTrack
OffTrack:
0
Defined in: defines.ts:89
OnTrack
OnTrack:
3
Defined in: defines.ts:97