@citizenfx/client 2.0.7568-1 → 2.0.7574-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.
@@ -14582,24 +14582,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
14582
14582
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
14583
14583
 
14584
14584
  /**
14585
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
14585
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14586
14586
  * @param ped The target ped
14587
14587
  * @return Returns ped's eye colour, or -1 if fails to get.
14588
14588
  */
14589
14589
  declare function GetPedEyeColor(ped: number): number;
14590
-
14591
14590
  /**
14592
14591
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14593
14592
  * @param ped The target ped
14594
14593
  * @return Returns ped's eye colour, or -1 if fails to get.
14595
14594
  */
14596
- declare function GetPedEyeColor(ped: number): number;
14595
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
14596
+
14597
14597
  /**
14598
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14598
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
14599
14599
  * @param ped The target ped
14600
14600
  * @return Returns ped's eye colour, or -1 if fails to get.
14601
14601
  */
14602
- declare function N_0x76bba2cee66d47e9(ped: number): number;
14602
+ declare function GetPedEyeColor(ped: number): number;
14603
14603
 
14604
14604
  /**
14605
14605
  * 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.7568-1",
3
+ "version": "2.0.7574-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {