Enum TrackRulesColumn
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the various lane options and states used in RF2 track rules.
public enum TrackRulesColumn
Fields
Free choice lane state
Invalid lane state
Left lane
Maximum number of static lane choices.
Represents the maximum number of track rules columns defined.
Mid-left lane
Middle lane
Mid-right lane
Pending lane state
Right lane
Remarks
This enumeration defines both static lane choices (e.g., LeftLane, MiddleLane) and dynamic states (e.g., FreeChoice, Pending). It is primarily used to specify lane assignments and track rule states for participants.