VehicleIsEngineStarting Property

RAGE Plugin Hook Documentation

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

Gets or sets a value indicating whether the engine of this vehicle is currently starting.

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

public bool IsEngineStarting { get; set; }

Property Value

Type: Boolean
true if the engine is starting; otherwise, false.
See Also

Reference