Table of Contents

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

CountLapAndTime = 2

Count the lap and record the time

CountLapButNotTime = 1

Count the lap but do not record the time

DoNotCountLap = 0

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.