SetEntityHeading — FiveM Natives
0xE0FF064D · CFX · server
Set the heading of an entity in degrees also known as "Yaw". This is the server-side RPC native equivalent of the client native SET_ENTITY_HEADING.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to set the heading for. |
| heading | float | The heading in degrees. |
Returns
void