Enum TrackRulesStage
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the various stages of track rules in a racing simulation.
public enum TrackRulesStage
Fields
Initialization of a full-course yellow.
Update of a full-course yellow.
Initialization of the formation lap.
Update of the formation lap.
Maximum number of stages.
Normal update
Remarks
This enumeration defines the distinct phases of track rules, including formation laps, normal racing, and caution periods. It is primarily used to manage and update the state of the race based on the current track conditions.