@citizenfx/client 2.0.6301-1 → 2.0.6305-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.
@@ -10565,24 +10565,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
10565
10565
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
10566
10566
 
10567
10567
  /**
10568
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10568
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
10569
10569
  * @param ped The target ped
10570
10570
  * @return Returns ped's eye colour, or -1 if fails to get.
10571
10571
  */
10572
10572
  declare function GetPedEyeColor(ped: number): number;
10573
+
10573
10574
  /**
10574
10575
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10575
10576
  * @param ped The target ped
10576
10577
  * @return Returns ped's eye colour, or -1 if fails to get.
10577
10578
  */
10578
- declare function N_0x76bba2cee66d47e9(ped: number): number;
10579
-
10579
+ declare function GetPedEyeColor(ped: number): number;
10580
10580
  /**
10581
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
10581
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10582
10582
  * @param ped The target ped
10583
10583
  * @return Returns ped's eye colour, or -1 if fails to get.
10584
10584
  */
10585
- declare function GetPedEyeColor(ped: number): number;
10585
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
10586
10586
 
10587
10587
  /**
10588
10588
  * 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.6301-1",
3
+ "version": "2.0.6305-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {