@citizenfx/client 2.0.7056-1 → 2.0.7074-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 +8 -6
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -14054,24 +14054,24 @@ declare function GetPedEventData(ped: number, eventType: number, outData?: numbe
|
|
|
14054
14054
|
declare function GetPedExtractedDisplacement(ped: number, worldSpace: boolean): number[];
|
|
14055
14055
|
|
|
14056
14056
|
/**
|
|
14057
|
-
* A getter for [
|
|
14057
|
+
* A getter for [\_SET_PED_EYE_COLOR](#\_0x50B56988B170AFDF). Returns -1 if fails to get.
|
|
14058
14058
|
* @param ped The target ped
|
|
14059
14059
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14060
14060
|
*/
|
|
14061
14061
|
declare function GetPedEyeColor(ped: number): number;
|
|
14062
|
+
|
|
14062
14063
|
/**
|
|
14063
14064
|
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
14064
14065
|
* @param ped The target ped
|
|
14065
14066
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14066
14067
|
*/
|
|
14067
|
-
declare function
|
|
14068
|
-
|
|
14068
|
+
declare function GetPedEyeColor(ped: number): number;
|
|
14069
14069
|
/**
|
|
14070
|
-
* A getter for [
|
|
14070
|
+
* A getter for [`_SET_PED_EYE_COLOR`](#\_0x50B56988B170AFDF).
|
|
14071
14071
|
* @param ped The target ped
|
|
14072
14072
|
* @return Returns ped's eye colour, or -1 if fails to get.
|
|
14073
14073
|
*/
|
|
14074
|
-
declare function
|
|
14074
|
+
declare function N_0x76bba2cee66d47e9(ped: number): number;
|
|
14075
14075
|
|
|
14076
14076
|
/**
|
|
14077
14077
|
* A getter for [\_SET_PED_FACE_FEATURE](#\_0x71A5C1DBA060049E). Returns 0.0 if fails to get.
|
|
@@ -41016,7 +41016,9 @@ declare function SetAllPathsCacheBoundingstruct(toggle: boolean): void;
|
|
|
41016
41016
|
declare function N_0x228e5c6ad4d74bfd(toggle: boolean): void;
|
|
41017
41017
|
|
|
41018
41018
|
/**
|
|
41019
|
-
*
|
|
41019
|
+
* Sets whether all random peds will run away from the player if they are agitated (threatened) (bool=true), or if they will stand their ground (bool=false).
|
|
41020
|
+
* @param player The Player ID for whom you want to set this behavior.
|
|
41021
|
+
* @param toggle true/false.
|
|
41020
41022
|
*/
|
|
41021
41023
|
declare function SetAllRandomPedsFlee(player: number, toggle: boolean): void;
|
|
41022
41024
|
|