@citizenfx/client 2.0.6549-1 → 2.0.6550-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.
@@ -52732,6 +52732,13 @@ declare function SetWeaponObjectTintIndex(weapon: number, tintIndex: number): vo
52732
52732
  */
52733
52733
  declare function SetWeaponRecoilShakeAmplitude(weaponHash: string | number, amplitude: number): void;
52734
52734
 
52735
+ /**
52736
+ * Disables weapons aim blocking due to environment for local player.
52737
+ * For non-player peds [SET_PED_ENABLE_WEAPON_BLOCKING](#\_0x97A790315D3831FD) can be used.
52738
+ * @param state On/Off
52739
+ */
52740
+ declare function SetWeaponsNoAimBlocking(state: boolean): void;
52741
+
52735
52742
  /**
52736
52743
  * Disables the game's built-in auto-reloading.
52737
52744
  * @param state On/Off
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6549-1",
3
+ "version": "2.0.6550-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {