Struct PitInfo
- Namespace
- rF2SharedMemoryNet.RF2Data.Structs
- Assembly
- rF2SharedMemoryNet.dll
Represents information related to pit operations in rFactor 2, including versioning and pit menu details.
public struct PitInfo
- Inherited Members
Remarks
This structure is used to encapsulate data related to pit operations in rFactor 2. The version update fields are used to ensure data consistency during buffer writes.
Fields
PitMenu
Represents the pit menu in the RF2 simulation.
public PitMenu PitMenu
Field Value
Remarks
This field provides access to the pit menu functionality
VersionUpdateBegin
Represents the version number of the buffer at the point when an update begins.
public uint VersionUpdateBegin
Field Value
Remarks
This value is incremented immediately before the buffer is written to, indicating the start of an update. It can be used to track changes or ensure consistency during buffer operations.
VersionUpdateEnd
Represents the version update counter that is incremented after a buffer write operation is completed.
public uint VersionUpdateEnd
Field Value
Remarks
This field is used to track the completion of buffer write operations. It is incremented automatically after each write operation to indicate the end of the update process.