Table of Contents

Class SetupUiApplyPayload

Namespace
LibreRally.HUD
Assembly
LibreRally.dll

Contains the data for a setup application request.

public sealed class SetupUiApplyPayload
Inheritance
SetupUiApplyPayload
Inherited Members

Properties

HasChanges

Gets a value indicating whether this payload contains any changes.

public bool HasChanges { get; }

Property Value

bool

PressureOverrides

Gets the dictionary of tyre pressure overrides per axle.

public Dictionary<VehicleSetupAxle, float> PressureOverrides { get; }

Property Value

Dictionary<VehicleSetupAxle, float>

RequiresReload

Gets a value indicating whether any changes in this payload require a vehicle reload.

public bool RequiresReload { get; }

Property Value

bool

SummaryText

Gets a human-readable summary of the changes in this payload.

public string SummaryText { get; init; }

Property Value

string

VariableOverrides

Gets the dictionary of BeamNG variable overrides.

public Dictionary<string, float> VariableOverrides { get; }

Property Value

Dictionary<string, float>