@citizenfx/client 2.0.14120-1 → 2.0.14158-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.
- package/natives_universal.d.ts +10 -5
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -9980,6 +9980,11 @@ declare function ForceVehicleEngineAudio(vehicle: number, gameObjectName: string
|
|
|
9980
9980
|
*/
|
|
9981
9981
|
declare function ForceVehicleEngineSynth(vehicle: number, force: boolean): void;
|
|
9982
9982
|
|
|
9983
|
+
/**
|
|
9984
|
+
* An internal function for converting a stack trace object to a string.
|
|
9985
|
+
*/
|
|
9986
|
+
declare function FormatStackTrace(traceData: any): string;
|
|
9987
|
+
|
|
9983
9988
|
/**
|
|
9984
9989
|
* FREE_MEMORY_FOR_HIGH_QUALITY_PHOTO
|
|
9985
9990
|
*/
|
|
@@ -15574,24 +15579,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
15574
15579
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
15575
15580
|
|
|
15576
15581
|
/**
|
|
15577
|
-
* A getter for [
|
|
15582
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15578
15583
|
* @param ped The target ped
|
|
15579
15584
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15580
15585
|
*/
|
|
15581
15586
|
declare function GetPedEyeColor(ped: number): number;
|
|
15582
|
-
|
|
15583
15587
|
/**
|
|
15584
15588
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15585
15589
|
* @param ped The target ped
|
|
15586
15590
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15587
15591
|
*/
|
|
15588
|
-
declare function
|
|
15592
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
15593
|
+
|
|
15589
15594
|
/**
|
|
15590
|
-
* A getter for [
|
|
15595
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
15591
15596
|
* @param ped The target ped
|
|
15592
15597
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15593
15598
|
*/
|
|
15594
|
-
declare function
|
|
15599
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
15595
15600
|
|
|
15596
15601
|
/**
|
|
15597
15602
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|