Table of Contents

Class JBeamFuelTankDefinition

Namespace
LibreRally.Vehicle.JBeam
Assembly
LibreRally.dll

Fuel tank / energy storage parsed from an energyStorage section and its named block.

public class JBeamFuelTankDefinition
Inheritance
JBeamFuelTankDefinition
Inherited Members

Properties

EnergyType

Type of energy stored (e.g., "gasoline").

public string EnergyType { get; init; }

Property Value

string

FuelCapacity

Total fuel capacity in litres.

public float FuelCapacity { get; init; }

Property Value

float

StartingFuelCapacity

Starting fuel amount in litres.

public float StartingFuelCapacity { get; init; }

Property Value

float