@citizenfx/client 2.0.7528-1 → 2.0.7536-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 +6 -5
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -8962,6 +8962,7 @@ declare function ExperimentalSaveCloneSync(entity: number): string;
|
|
|
8962
8962
|
* ped's untimely demise.
|
|
8963
8963
|
* The naming of the native is a legacy leftover (formerly EXPLODE_CHAR_HEAD in GTA3) as in the early 3D GTA games, lethal
|
|
8964
8964
|
* damage to a ped head would 'explode' it.
|
|
8965
|
+
* Do note that this native function does not work in multiplayer/network environment.
|
|
8965
8966
|
* @param ped The ped to lethally injure.
|
|
8966
8967
|
* @param weaponHash The weapon to attribute the damage to.
|
|
8967
8968
|
*/
|
|
@@ -14470,24 +14471,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
14470
14471
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
14471
14472
|
|
|
14472
14473
|
/**
|
|
14473
|
-
* A getter for [
|
|
14474
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
14474
14475
|
* @param ped The target ped
|
|
14475
14476
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14476
14477
|
*/
|
|
14477
14478
|
declare function GetPedEyeColor(ped: number): number;
|
|
14478
|
-
|
|
14479
14479
|
/**
|
|
14480
14480
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
14481
14481
|
* @param ped The target ped
|
|
14482
14482
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14483
14483
|
*/
|
|
14484
|
-
declare function
|
|
14484
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
14485
|
+
|
|
14485
14486
|
/**
|
|
14486
|
-
* A getter for [
|
|
14487
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
14487
14488
|
* @param ped The target ped
|
|
14488
14489
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14489
14490
|
*/
|
|
14490
|
-
declare function
|
|
14491
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
14491
14492
|
|
|
14492
14493
|
/**
|
|
14493
14494
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|