InterpolateCamWithParams — FiveM Natives
0xDDA77EE33C005AAF · CAM · all
Interpolates the camera to specified parameters over a set duration using various curve types for position, rotation, and fov. `` NativeDB Introduced: v3258 ``
Parameters
| Name | Type |
|---|---|
| camera | Cam |
| camPosX | float |
| camPosY | float |
| camPosZ | float |
| camRotX | float |
| camRotY | float |
| camRotZ | float |
| fov | float |
| duration | int |
| posCurveType | int |
| rotCurveType | int |
| rotOrder | int |
| fovCurveType | int |
Returns
void