Table of Contents

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 = 2

Entering the pit area

Exiting = 4

Exiting the pit area

None = 0

No pit activity

Request = 1

Requeted pit stop

Stopped = 3

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.