AttachCamToEntity — FiveM Natives
0xFEDB7D269E8C60E3 · CAM · all
`` Last param determines if its relative to the Entity ``
Parameters
| Name | Type | Description |
|---|---|---|
| cam | Cam | The camera handle. |
| entity | Entity | The entity handle. |
| xOffset | float | X-axis offset |
| yOffset | float | Y-axis offset |
| zOffset | float | Z-axis offset |
| isRelative | BOOL | Whether or not the camera will be relative to the entity |
Returns
void