VehicleHasBeenDisabledByWater Property

RAGE Plugin Hook Documentation

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

Gets or sets whether this vehicle has been disabled by water. If this flag is set, the vehicle can't drive and the player can't enter it. When this flag has been set manually, it is reset when exiting the vehicle, so it should be set when not in the vehicle.

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

public bool HasBeenDisabledByWater { get; set; }

Property Value

Type: Boolean
Whether this instance has been damaged by water.
See Also

Reference