Native referenceFiveM

GET_ENTITY_HEIGHT_ABOVE_GROUND

0x1DD55701034110E5 ENTITY
FUNCTION SIGNATURE
float GET_ENTITY_HEIGHT_ABOVE_GROUND(Entity entity);
Property Value
Native Name GET_ENTITY_HEIGHT_ABOVE_GROUND
Hash 0x1DD55701034110E5
Return Type float
Parameters entity (Entity)

Description: ``` 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.

Back to ENTITY