Enum CountLapFlag
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Specifies the behavior for counting laps and recording lap times in a racing simulation.
public enum CountLapFlag
Fields
Count the lap and record the time
Count the lap but do not record the time
Do not count the lap and do not record the time.
Remarks
This enumeration is used to define whether a lap should be counted and whether the lap time should be recorded. It is typically used in scenarios where lap counting and timing need to be controlled based on specific conditions.