@citizenfx/client 2.0.29586-1 → 2.0.30863-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.
@@ -15765,24 +15765,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
15765
15765
  declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
15766
15766
 
15767
15767
  /**
15768
- * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15768
+ * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15769
15769
  * @param ped The target ped
15770
15770
  * @return Returns ped's eye colour, or -1 if fails to get.
15771
15771
  */
15772
15772
  declare function GetPedEyeColor(ped: number): number;
15773
+
15773
15774
  /**
15774
15775
  * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15775
15776
  * @param ped The target ped
15776
15777
  * @return Returns ped's eye colour, or -1 if fails to get.
15777
15778
  */
15778
- declare function N_0x76bba2cee66d47e9(ped: number): number;
15779
-
15779
+ declare function GetPedEyeColor(ped: number): number;
15780
15780
  /**
15781
- * A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
15781
+ * A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
15782
15782
  * @param ped The target ped
15783
15783
  * @return Returns ped's eye colour, or -1 if fails to get.
15784
15784
  */
15785
- declare function GetPedEyeColor(ped: number): number;
15785
+ declare function N_0x76bba2cee66d47e9(ped: number): number;
15786
15786
 
15787
15787
  /**
15788
15788
  * A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
@@ -23125,6 +23125,12 @@ declare function IsFrontendReadyForControl(): boolean;
23125
23125
  */
23126
23126
  declare function N_0x3bab9a4e4f2ff5c7(): boolean;
23127
23127
 
23128
+ /**
23129
+ * IS_GAME_ENHANCED_VERSION
23130
+ * @return Returns whether this script is running in GTAV Enhanced or not.
23131
+ */
23132
+ declare function IsGameEnhancedVersion(): boolean;
23133
+
23128
23134
  /**
23129
23135
  * Hardcoded to return 1
23130
23136
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.29586-1",
3
+ "version": "2.0.30863-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {