VehicleEngineRevolutionsRatio Property

RAGE Plugin Hook Documentation

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

Gets the current engine revolutions ratio.

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

public float EngineRevolutionsRatio { get; }

Property Value

Type: Single
A value between 0.0F and 1.0F, indicating the ratio of the engine RPM.
Remarks

When the engine is off, the value will go to 0.0F. When the vehicle is idle, the value will be 0.2F. When the engine is running at maximum RPM, the value will be 1.0F.
See Also

Reference