@citizenfx/client 2.0.7281-1 → 2.0.7290-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.
- package/natives_universal.d.ts +2 -1
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -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(
|
|
55609
|
+
declare function StopGameplayCamShaking(bStopImmediately: boolean): void;
|
|
55609
55610
|
|
|
55610
55611
|
/**
|
|
55611
55612
|
* STOP_GAMEPLAY_HINT
|