Entity::getHeightAboveGround: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Entity_function_c}}
{{Entity_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 17:54, 1 May 2024

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