EntityHeightAboveGround Property

RAGE Plugin Hook Documentation

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

Gets this entity's distance from the ground in 1D on the Z-axis.

The distance is measured from the entity's origin to the surface below the entity (Surfaces include roofs of buildings).

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

public float HeightAboveGround { get; }

Property Value

Type: Single
The height above ground.
See Also

Reference