@citizenfx/client 2.0.6287-1 → 2.0.6288-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 +12 -5
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -4386,6 +4386,13 @@ declare function DisableVehicleWorldCollision(vehicle: number): void;
|
|
|
4386
4386
|
*/
|
|
4387
4387
|
declare function N_0x75627043c6aa90ad(vehicle: number): void;
|
|
4388
4388
|
|
|
4389
|
+
/**
|
|
4390
|
+
* Disables the game's world horizon lods rendering (see `farlods.#dd`).
|
|
4391
|
+
* Using the island hopper natives might also affect this state.
|
|
4392
|
+
* @param state On/Off
|
|
4393
|
+
*/
|
|
4394
|
+
declare function DisableWorldhorizonRendering(state: boolean): void;
|
|
4395
|
+
|
|
4389
4396
|
declare function DisplayAmmoThisFrame(display: boolean): void;
|
|
4390
4397
|
|
|
4391
4398
|
declare function DisplayAreaName(toggle: boolean): void;
|
|
@@ -10558,24 +10565,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
10558
10565
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
10559
10566
|
|
|
10560
10567
|
/**
|
|
10561
|
-
* A getter for [
|
|
10568
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
10562
10569
|
* @param ped The target ped
|
|
10563
10570
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10564
10571
|
*/
|
|
10565
10572
|
declare function GetPedEyeColor(ped: number): number;
|
|
10566
|
-
|
|
10567
10573
|
/**
|
|
10568
10574
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
10569
10575
|
* @param ped The target ped
|
|
10570
10576
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10571
10577
|
*/
|
|
10572
|
-
declare function
|
|
10578
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
10579
|
+
|
|
10573
10580
|
/**
|
|
10574
|
-
* A getter for [
|
|
10581
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
10575
10582
|
* @param ped The target ped
|
|
10576
10583
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10577
10584
|
*/
|
|
10578
|
-
declare function
|
|
10585
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
10579
10586
|
|
|
10580
10587
|
/**
|
|
10581
10588
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|