VehicleFuelTankHealth Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets or sets the health of the car's fuel tank.

The fuel tank health ranges between 0.0f and 1000.0f.

When the fuel tank health is below 700.0f, fuel will start leaking.

When the fuel tank health is below 50.0f, the engine will be unable to start.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public float FuelTankHealth { get; set; }

Property Value

Type: Single
The health of the car's fuel tank.
See Also

Reference