@citizenfx/client 2.0.6551-1 → 2.0.6553-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.
@@ -14031,24 +14031,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
14031
14031
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
14032
14032
 
14033
14033
  /**
14034
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
14034
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14035
14035
  * @param ped The target ped
14036
14036
  * @return Returns ped's eye colour, or -1 if fails to get.
14037
14037
  */
14038
14038
  declare function GetPedEyeColor(ped: number): number;
14039
-
14040
14039
  /**
14041
14040
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14042
14041
  * @param ped The target ped
14043
14042
  * @return Returns ped's eye colour, or -1 if fails to get.
14044
14043
  */
14045
- declare function GetPedEyeColor(ped: number): number;
14044
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
14045
+
14046
14046
  /**
14047
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
14047
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
14048
14048
  * @param ped The target ped
14049
14049
  * @return Returns ped's eye colour, or -1 if fails to get.
14050
14050
  */
14051
- declare function N_0x76bba2cee66d47e9(ped: number): number;
14051
+ declare function GetPedEyeColor(ped: number): number;
14052
14052
 
14053
14053
  /**
14054
14054
  * 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.6551-1",
3
+ "version": "2.0.6553-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {