Table of Contents

Enum TrackRulesStage

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the various stages of track rules in a racing simulation.

public enum TrackRulesStage

Fields

CautionInit = 3

Initialization of a full-course yellow.

CautionUpdate = 4

Update of a full-course yellow.

FormationInit = 0

Initialization of the formation lap.

FormationUpdate = 1

Update of the formation lap.

Maximum = 5

Maximum number of stages.

Normal = 2

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.