@citizenfx/client 2.0.28954-1 → 2.0.29052-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.
@@ -14646,7 +14646,7 @@ declare function GetNumReservedMissionVehicles(p0: boolean): number;
14646
14646
 
14647
14647
  /**
14648
14648
  * Gets the amount of metadata values with the specified key existing in the specified resource's manifest.
14649
- * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
14649
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)
14650
14650
  * @param resourceName The resource name.
14651
14651
  * @param metadataKey The key to look up in the resource manifest.
14652
14652
  */
@@ -17162,7 +17162,7 @@ declare function GetResourceKvpString(key: string): string;
17162
17162
 
17163
17163
  /**
17164
17164
  * Gets the metadata value at a specified key/index from a resource's manifest.
17165
- * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
17165
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)
17166
17166
  * @param resourceName The resource name.
17167
17167
  * @param metadataKey The key in the resource manifest.
17168
17168
  * @param index The value index, in a range from \[0..GET_NUM_RESOURCE_METDATA-1].
@@ -49123,7 +49123,7 @@ declare function SetMainPlayerBlipColour(color: number): void;
49123
49123
  declare function N_0x7b21e0bb01e8224a(color: number): void;
49124
49124
 
49125
49125
  /**
49126
- * **Note**: This native is deprecated and doesn't work anymore. Use [loadscreen_manual_shutdown](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/#loadscreen_manual_shutdown) in the fxmanifest.lua instead.
49126
+ * **Note**: This native is deprecated and doesn't work anymore. Use [loadscreen_manual_shutdown](https://docs.fivem.net/docs/scripting-reference/resource-manifest/#loadscreen_manual_shutdown) in the fxmanifest.lua instead.
49127
49127
  * @param manualShutdown TRUE to manually shut down the loading screen NUI.
49128
49128
  */
49129
49129
  declare function SetManualShutdownLoadingScreenNui(manualShutdown: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.28954-1",
3
+ "version": "2.0.29052-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {