Table of Contents

Struct TrackedDamage

Namespace
rF2SharedMemoryNet.RF2Data.Structs
Assembly
rF2SharedMemoryNet.dll

Represents damage tracking data for a racing session, including maximum and accumulated impact magnitudes.

public struct TrackedDamage
Inherited Members

Remarks

This structure is used to track the magnitude of impacts during a racing session. The values are updated on every telemetry update and reset when the vehicle visits the pits or the session is restarted.

Fields

AccumulatedImpactMagnitude

Represents the accumulated impact magnitude tracked during telemetry updates.

public double AccumulatedImpactMagnitude

Field Value

double

Remarks

The value is updated continuously during telemetry updates and reset when visiting the pits or restarting the session.

MaxImpactMagnitude

Represents the maximum impact magnitude recorded during telemetry updates.

public double MaxImpactMagnitude

Field Value

double

Remarks

The value is updated on every telemetry update and reset when visiting the pits or restarting the session.