Enum PitState
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the various states of a pit stop in rFactor 2.
public enum PitState
Fields
Entering the pit area
Exiting the pit area
No pit activity
Requeted pit stop
Stopped in the pit area
Remarks
This enumeration defines the progression of a pit stop, from no pit activity to requesting, entering, stopping, and exiting the pit. It is typically used to track or manage the pit stop state during a race simulation.