@citizenfx/client 2.0.13019-1 → 2.0.13030-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.
@@ -12340,7 +12340,7 @@ declare function GetGlobalCharBuffer(): string;
12340
12340
  declare function N_0x24da7d7667fd7b09(): string;
12341
12341
 
12342
12342
  /**
12343
- * A getter for [SET_GLOBAL_PASSENGER_MASS_MULTIPLIER](#\_0x1c47f6ac).
12343
+ * A getter for [SET_GLOBAL_PASSENGER_MASS_MULTIPLIER](#\_0x1C47F6AC).
12344
12344
  * @return Returns the mass of each passenger (not counting the driver) as a percentage of vehicle mass. Default value is 0.05
12345
12345
  */
12346
12346
  declare function GetGlobalPassengerMassMultiplier(): number;
@@ -19746,7 +19746,7 @@ declare function GetVehicleXenonLightsColour(vehicle: number): number;
19746
19746
  declare function GetVehicleXenonLightsCustomColor(vehicle: number): [boolean, number, number, number];
19747
19747
 
19748
19748
  /**
19749
- * A getter for [SET_VEHICLE_XMAS_SNOW_FACTOR](#\_80cc4c9e).
19749
+ * A getter for [SET_VEHICLE_XMAS_SNOW_FACTOR](#\_0x80CC4C9E).
19750
19750
  * @return Returns the grip factor for the vehicles wheels during xmas weather. default value is 0.2.
19751
19751
  */
19752
19752
  declare function GetVehicleXmasSnowFactor(): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.13019-1",
3
+ "version": "2.0.13030-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {