@citizenfx/client 2.0.16356-1 → 2.0.16541-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 +11 -5
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -15603,24 +15603,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
15603
15603
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
15604
15604
|
|
|
15605
15605
|
/**
|
|
15606
|
-
* A getter for [
|
|
15606
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
15607
15607
|
* @param ped The target ped
|
|
15608
15608
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15609
15609
|
*/
|
|
15610
15610
|
declare function GetPedEyeColor(ped: number): number;
|
|
15611
|
+
|
|
15611
15612
|
/**
|
|
15612
15613
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15613
15614
|
* @param ped The target ped
|
|
15614
15615
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15615
15616
|
*/
|
|
15616
|
-
declare function
|
|
15617
|
-
|
|
15617
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
15618
15618
|
/**
|
|
15619
|
-
* A getter for [
|
|
15619
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
15620
15620
|
* @param ped The target ped
|
|
15621
15621
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
15622
15622
|
*/
|
|
15623
|
-
declare function
|
|
15623
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
15624
15624
|
|
|
15625
15625
|
/**
|
|
15626
15626
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|
|
@@ -47464,6 +47464,12 @@ declare function SetFocusPosAndVel(x: number, y: number, z: number, offsetX: num
|
|
|
47464
47464
|
*/
|
|
47465
47465
|
declare function SetFocusArea(x: number, y: number, z: number, offsetX: number, offsetY: number, offsetZ: number): void;
|
|
47466
47466
|
|
|
47467
|
+
/**
|
|
47468
|
+
* This completely disables rendering of fog volumes (vfxfogvolumeinfo.ymt).
|
|
47469
|
+
* @param state Toggle on or off.
|
|
47470
|
+
*/
|
|
47471
|
+
declare function SetFogVolumeRenderDisabled(state: boolean): void;
|
|
47472
|
+
|
|
47467
47473
|
/**
|
|
47468
47474
|
* Overrides the ped follow camera (not first person camera) with the specified camera. The game loads all camera metadata from `update/update.rpf/x64/data/metadata/cameras.ymt` and `x64a.rpf/data/metadata/cameras.ymt` with the ped follow cameras being of type `camFollowPedCameraMetadata`.
|
|
47469
47475
|
* | Follow Camera Names |
|