@citizenfx/client 2.0.19413-1 → 2.0.19771-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
|
@@ -15712,24 +15712,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
15712
15712
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
15713
15713
|
|
|
15714
15714
|
/**
|
|
15715
|
-
* A getter for [
|
|
15715
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15716
15716
|
* @param ped The target ped
|
|
15717
15717
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15718
15718
|
*/
|
|
15719
15719
|
declare function GetPedEyeColor(ped: number): number;
|
|
15720
|
-
|
|
15721
15720
|
/**
|
|
15722
15721
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15723
15722
|
* @param ped The target ped
|
|
15724
15723
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15725
15724
|
*/
|
|
15726
|
-
declare function
|
|
15725
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
15726
|
+
|
|
15727
15727
|
/**
|
|
15728
|
-
* A getter for [
|
|
15728
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
15729
15729
|
* @param ped The target ped
|
|
15730
15730
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15731
15731
|
*/
|
|
15732
|
-
declare function
|
|
15732
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
15733
15733
|
|
|
15734
15734
|
/**
|
|
15735
15735
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|
|
@@ -54118,6 +54118,11 @@ declare function SetRandomVehicleDensityMultiplierThisFrame(multiplier: number):
|
|
|
54118
54118
|
*/
|
|
54119
54119
|
declare function SetRandomWeatherType(): void;
|
|
54120
54120
|
|
|
54121
|
+
/**
|
|
54122
|
+
* This completely disables pedestrian vehicles from reacting to sirens. They will not try to do any maneuver to evade.
|
|
54123
|
+
* @param state Toggle on or off.
|
|
54124
|
+
*/
|
|
54125
|
+
declare function SetReactionToVehicleSirenDisabled(state: boolean): void;
|
|
54121
54126
|
/**
|
|
54122
54127
|
* This completely disables pedestrian vehicles from reacting to sirens. They will not try to do any maneuver to evade.
|
|
54123
54128
|
* @param state Toggle on or off.
|