Enum TrackRulesCommand
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the set of commands used to manage vehicle behavior and penalties during a full-course yellow in RF2.
public enum TrackRulesCommand
Fields
Exited pit during full-course yellow
Crossed s/f line for first time after full-course yellow was called
During a full-course yellow, the admin reversed a disqualification
Misbehavior during full-course yellow, resulting in the penalty of being moved to the back of the longest line
Maximum number of commands defined.
Misbehavior during full-course yellow, resulting in the penalty of being moved to the back of their current line
Vehicle DNF'd during full-course yellow
Vehicle DQ'd during full-course yellow
Entered pit during full-course yellow
Vehicle unloaded (possibly kicked out or banned) during full-course yellow
Remarks
This enumeration defines commands for adding, removing, or penalizing vehicles based on their actions during a full-course yellow. Commands are typically used to enforce race rules and manage vehicle states.