diff --git a/CAM/InterpolateCamWithParams.md b/CAM/InterpolateCamWithParams.md index c9a7084f1..050b7435d 100644 --- a/CAM/InterpolateCamWithParams.md +++ b/CAM/InterpolateCamWithParams.md @@ -5,7 +5,7 @@ ns: CAM ```c // 0xDDA77EE33C005AAF -void _INTERPOLATE_CAM_WITH_PARAMS(Cam camera, float camPosX, float camPosY, float camPosZ, float camRotX,float camRotY, float camRotZ, float fov, int duration, int posCurveType, int rotCurveType, int rotOrder, int fovCurveType); +void _INTERPOLATE_CAM_WITH_PARAMS(Cam camera, float camPosX, float camPosY, float camPosZ, float camRotX, float camRotY, float camRotZ, float fov, int duration, int posCurveType, int rotCurveType, int rotOrder, int fovCurveType); ``` Interpolates the camera to specified parameters over a set duration using various curve types for position, rotation, and fov. @@ -27,4 +27,4 @@ NativeDB Introduced: v3258 * **posCurveType**: * **rotCurveType**: * **rotOrder**: -* **fovCurveType**: \ No newline at end of file +* **fovCurveType**: