@citizenfx/client 2.0.6511-1 → 2.0.6514-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.
@@ -20979,6 +20979,15 @@ declare function N_0x09e7eca981d9b210(colorID: number): boolean;
20979
20979
  */
20980
20980
  declare function IsPedClimbing(ped: number): boolean;
20981
20981
 
20982
+ /**
20983
+ * IS_PED_COMPONENT_VARIATION_GEN9_EXCLUSIVE
20984
+ * @param ped The target ped.
20985
+ * @param componentId The component id.
20986
+ * @param drawableId The drawable id.
20987
+ * @return Whether or not the ped component variation is a gen9 exclusive (stub assets).
20988
+ */
20989
+ declare function IsPedComponentVariationGen9Exclusive(ped: number, componentId: number, drawableId: number): boolean;
20990
+
20982
20991
  /**
20983
20992
  * Checks if the component variation is valid, this works great for randomizing components using loops.
20984
20993
  * List of component/props ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6511-1",
3
+ "version": "2.0.6514-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {