Table of Contents

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

FreeChoice = 6

Free choice lane state

Invalid = 5

Invalid lane state

LeftLane = 0

Left lane

MaxLanes = 5

Maximum number of static lane choices.

Maximum = 8

Represents the maximum number of track rules columns defined.

MidLefLane = 1

Mid-left lane

MiddleLane = 2

Middle lane

MidrRghtLane = 3

Mid-right lane

Pending = 7

Pending lane state

RightLane = 4

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.