@citizenfx/client 2.0.5802-1 → 2.0.5809-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 +5 -15
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -6924,16 +6924,6 @@ declare function N_0x7cd934010e115c2c(ped: number): number;
|
|
|
6924
6924
|
*/
|
|
6925
6925
|
declare function GetAllRopes(): any;
|
|
6926
6926
|
|
|
6927
|
-
/**
|
|
6928
|
-
* Returns all registered vehicle model names, including non-dlc vehicles and custom vehicles in no particular order.
|
|
6929
|
-
* **Example output**
|
|
6930
|
-
* ```
|
|
6931
|
-
* ["dubsta", "dubsta2", "dubsta3", "myverycoolcar", "sultan", "sultanrs", ...]
|
|
6932
|
-
* ```
|
|
6933
|
-
* This native will not return vehicles that are unregistered (i.e from a resource being stopped) during runtime.
|
|
6934
|
-
*/
|
|
6935
|
-
declare function GetAllVehicleModels(): any;
|
|
6936
|
-
|
|
6937
6927
|
declare function GetAllVehicles(vehArray: number): [number, number];
|
|
6938
6928
|
|
|
6939
6929
|
declare function GetAllocatedStackSize(): number;
|
|
@@ -10466,24 +10456,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
10466
10456
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
10467
10457
|
|
|
10468
10458
|
/**
|
|
10469
|
-
* A getter for [
|
|
10459
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
10470
10460
|
* @param ped The target ped
|
|
10471
10461
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10472
10462
|
*/
|
|
10473
10463
|
declare function GetPedEyeColor(ped: number): number;
|
|
10474
|
-
|
|
10475
10464
|
/**
|
|
10476
10465
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
10477
10466
|
* @param ped The target ped
|
|
10478
10467
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10479
10468
|
*/
|
|
10480
|
-
declare function
|
|
10469
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
10470
|
+
|
|
10481
10471
|
/**
|
|
10482
|
-
* A getter for [
|
|
10472
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
10483
10473
|
* @param ped The target ped
|
|
10484
10474
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
10485
10475
|
*/
|
|
10486
|
-
declare function
|
|
10476
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
10487
10477
|
|
|
10488
10478
|
/**
|
|
10489
10479
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|