@citizenfx/client 2.0.13766-1 → 2.0.13782-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.
@@ -15432,24 +15432,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
15432
15432
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
15433
15433
 
15434
15434
  /**
15435
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15435
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15436
15436
  * @param ped The target ped
15437
15437
  * @return Returns ped's eye colour, or -1 if fails to get.
15438
15438
  */
15439
15439
  declare function GetPedEyeColor(ped: number): number;
15440
-
15441
15440
  /**
15442
15441
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15443
15442
  * @param ped The target ped
15444
15443
  * @return Returns ped's eye colour, or -1 if fails to get.
15445
15444
  */
15446
- declare function GetPedEyeColor(ped: number): number;
15445
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
15446
+
15447
15447
  /**
15448
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15448
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15449
15449
  * @param ped The target ped
15450
15450
  * @return Returns ped's eye colour, or -1 if fails to get.
15451
15451
  */
15452
- declare function N_0x76bba2cee66d47e9(ped: number): number;
15452
+ declare function GetPedEyeColor(ped: number): number;
15453
15453
 
15454
15454
  /**
15455
15455
  * A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.13766-1",
3
+ "version": "2.0.13782-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {