EntityIsInWater Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether this entity is currently in water.

Returns true the moment any part of the entity is touching water.

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

public bool IsInWater { get; }

Property Value

Type: Boolean
true if this entity is in water; otherwise, false.
See Also

Reference