@citizenfx/client 2.0.5195-1 → 2.0.5196-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.
@@ -12544,6 +12544,13 @@ declare function GetBlipInfoIdIterator(): number;
12544
12544
 
12545
12545
  declare function GetWaypointDistanceAlongRoute(p0: string, p1: number): number;
12546
12546
 
12547
+ /**
12548
+ * A getter for [SET_WEAPON_ANIMATION_OVERRIDE](\_0x1055AC3A667F09D9).
12549
+ * @param ped The target ped.
12550
+ * @return The weapon animation override.
12551
+ */
12552
+ declare function GetWeaponAnimationOverride(ped: number): number;
12553
+
12547
12554
  /**
12548
12555
  * // Returns the size of the default weapon component clip.
12549
12556
  * Use it like this:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5195-1",
3
+ "version": "2.0.5196-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {