Table of Contents

Struct VehicleScoringCapture

Namespace
rF2SharedMemoryNet.RF2Data.Structs
Assembly
rF2SharedMemoryNet.dll

Represents the scoring information for a vehicle in rFactor 2, including its position, player status, and finish status.

public struct VehicleScoringCapture
Inherited Members

Remarks

This structure is used to capture scoring data for vehicles during gameplay in rFactor 2. The mID field represents the slot ID, which may be reused in multiplayer sessions after a player leaves.

Fields

mFinishStatus

Finish status of the vehicle.

public sbyte mFinishStatus

Field Value

sbyte

Remarks

See FinishStatus for possible values.

mID

ID of the vehicle in the scoring capture.

public int mID

Field Value

int

Remarks

May be reused in multiplayer sessions after a player leaves.

mIsPlayer

Is the vehicle a player.

public byte mIsPlayer

Field Value

byte

mPlace

Place of the vehicle.

public byte mPlace

Field Value

byte