Table of Contents

Enum SafetyCarInstruction

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the instructions that can be issued to the safety car in rFactor 2.

public enum SafetyCarInstruction

Fields

GoActive = 1

Activate the safety car.

HeadForPits = 2

Heading for the pits, typically to end the safety car period.

NoChange = 0

No change in safety car status;

Remarks

This enumeration defines the possible states or commands for the safety car during a race. It is typically used to control the behavior of the safety car in response to race events.