Entity::getHeading: 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]]

Latest revision as of 18:11, 1 May 2024

Returns the heading of the entity in degrees. Also know as the 'Yaw' of an entity.

Syntax

entity.getHeading();

Required Arguments

Return value

  • float

Example

// todo

See also