Native referenceFiveM

GET_ENTITY_HEADING_FROM_EULERS

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

Description: Gets the heading of the entity physics in degrees, which tends to be more accurate than just GET_ENTITY_HEADING. This can be clearly seen while, for example, ragdolling a ped/player.

Parameters

  • entity (Entity) — The entity to get the heading from.
Back to ENTITY