@citizenfx/client 2.0.6509-1 → 2.0.6514-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 +10 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -11213,6 +11213,7 @@ declare function GetFrameTime(): number;
|
|
|
11213
11213
|
* * 2612
|
|
11214
11214
|
* * 2699
|
|
11215
11215
|
* * 2802
|
|
11216
|
+
* * 2944
|
|
11216
11217
|
* * RedM
|
|
11217
11218
|
* * 1311
|
|
11218
11219
|
* * 1355
|
|
@@ -20978,6 +20979,15 @@ declare function N_0x09e7eca981d9b210(colorID: number): boolean;
|
|
|
20978
20979
|
*/
|
|
20979
20980
|
declare function IsPedClimbing(ped: number): boolean;
|
|
20980
20981
|
|
|
20982
|
+
/**
|
|
20983
|
+
* IS_PED_COMPONENT_VARIATION_GEN9_EXCLUSIVE
|
|
20984
|
+
* @param ped The target ped.
|
|
20985
|
+
* @param componentId The component id.
|
|
20986
|
+
* @param drawableId The drawable id.
|
|
20987
|
+
* @return Whether or not the ped component variation is a gen9 exclusive (stub assets).
|
|
20988
|
+
*/
|
|
20989
|
+
declare function IsPedComponentVariationGen9Exclusive(ped: number, componentId: number, drawableId: number): boolean;
|
|
20990
|
+
|
|
20981
20991
|
/**
|
|
20982
20992
|
* Checks if the component variation is valid, this works great for randomizing components using loops.
|
|
20983
20993
|
* List of component/props ID
|