Enum GamePhase
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the various phases of a racing session in rFactor2.
public enum GamePhase
Fields
Countdown to start
Formation lap
Full course yellow flag
In Garage
Green flag
Grid walk
Paused or heartbeat phase.
Session is over
Session has stopped, e.g. due to a crash or manual stop
Under blue flag conditions
Under yellow flag conditions
Warm-up phase
Remarks
This enumeration defines the distinct stages of a racing session, such as preparation, active racing, and post-session states. Use these values to determine the current phase of the session or to handle specific logic based on the session's state.