GTA V NativesentityEntity::getHeadingOn this pageEntity::getHeadingReturns the heading of the entity in degrees. Also know as the 'Yaw' of an entity. Syntax ```js entity.getHeading(); ``` Required Arguments Return value float Example ```js // todo ``` See also