@citizenfx/client 2.0.7281-1 → 2.0.7310-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55604,8 +55604,9 @@ declare function StopFireInRange(x: number, y: number, z: number, radius: number
55604
55604
 
55605
55605
  /**
55606
55606
  * STOP_GAMEPLAY_CAM_SHAKING
55607
+ * @param bStopImmediately Should the shake stop this frame.
55607
55608
  */
55608
- declare function StopGameplayCamShaking(p0: boolean): void;
55609
+ declare function StopGameplayCamShaking(bStopImmediately: boolean): void;
55609
55610
 
55610
55611
  /**
55611
55612
  * STOP_GAMEPLAY_HINT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.7281-1",
3
+ "version": "2.0.7310-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {