Entity::getHeightAboveGround

From RAGE Multiplayer Wiki
Revision as of 23:41, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Return height (z-dimension) above ground.
Example: The pilot in a titan plane is 1.844176 above ground.

How can i convert it to meters?
Everything seems to be in meters, probably this too.

Syntax

entity.getHeightAboveGround();

Required Arguments

Return value

  • float

Example

// todo

See also