SetCamRot — FiveM Natives
0x85973643155D0B07 · CAM · all
Sets the rotation of the camera.
Parameters
| Name | Type | Description |
|---|---|---|
| cam | Cam | The camera handle to use, in order to change the rotation |
| rotX | float | Rotation on X |
| rotY | float | Rotation on Y |
| rotZ | float | Rotation on Z |
| rotationOrder | int | The order of rotation, see [`GET_ENTITY_ROTATION`](#\_0xAFBD61CC738D9EB9) |
Returns
void