@citizenfx/client 2.0.14230-1 → 2.0.14317-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.
@@ -15579,24 +15579,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
15579
15579
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
15580
15580
 
15581
15581
  /**
15582
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15582
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15583
15583
  * @param ped The target ped
15584
15584
  * @return Returns ped's eye colour, or -1 if fails to get.
15585
15585
  */
15586
15586
  declare function GetPedEyeColor(ped: number): number;
15587
+
15587
15588
  /**
15588
15589
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15589
15590
  * @param ped The target ped
15590
15591
  * @return Returns ped's eye colour, or -1 if fails to get.
15591
15592
  */
15592
- declare function N_0x76bba2cee66d47e9(ped: number): number;
15593
-
15593
+ declare function GetPedEyeColor(ped: number): number;
15594
15594
  /**
15595
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15595
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15596
15596
  * @param ped The target ped
15597
15597
  * @return Returns ped's eye colour, or -1 if fails to get.
15598
15598
  */
15599
- declare function GetPedEyeColor(ped: number): number;
15599
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
15600
15600
 
15601
15601
  /**
15602
15602
  * 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.14230-1",
3
+ "version": "2.0.14317-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {