Struct TrackRulesAction
- Namespace
- rF2SharedMemoryNet.RF2Data.Structs
- Assembly
- rF2SharedMemoryNet.dll
Represents an action related to track rules in rFactor 2, including a recommended command, slot ID, and elapsed time of the event.
public struct TrackRulesAction
- Inherited Members
Remarks
This structure is typically used to communicate track rule actions within the simulation. The values are intended for input purposes only and provide details about the recommended action, the associated slot ID (if applicable), and the elapsed time of the event.
Fields
Command
Represents the recommended action for RF2 track rules.
public TrackRulesCommand Command
Field Value
ElapsedTime
Represents the elapsed time at which an event occurred, if applicable.
public double ElapsedTime
Field Value
Id
Represents the slot ID, if applicable.
public int Id