@citizenfx/client 2.0.5850-1 → 2.0.5855-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.
@@ -10505,24 +10505,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
10505
10505
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
10506
10506
 
10507
10507
  /**
10508
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10508
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
10509
10509
  * @param ped The target ped
10510
10510
  * @return Returns ped's eye colour, or -1 if fails to get.
10511
10511
  */
10512
10512
  declare function GetPedEyeColor(ped: number): number;
10513
+
10513
10514
  /**
10514
10515
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10515
10516
  * @param ped The target ped
10516
10517
  * @return Returns ped's eye colour, or -1 if fails to get.
10517
10518
  */
10518
- declare function N_0x76bba2cee66d47e9(ped: number): number;
10519
-
10519
+ declare function GetPedEyeColor(ped: number): number;
10520
10520
  /**
10521
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
10521
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
10522
10522
  * @param ped The target ped
10523
10523
  * @return Returns ped's eye colour, or -1 if fails to get.
10524
10524
  */
10525
- declare function GetPedEyeColor(ped: number): number;
10525
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
10526
10526
 
10527
10527
  /**
10528
10528
  * 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.5850-1",
3
+ "version": "2.0.5855-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {