@citizenfx/client 2.0.22443-1 → 2.0.22819-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.
@@ -49062,8 +49062,7 @@ declare function SetMainPlayerBlipColour(color: number): void;
49062
49062
  declare function N_0x7b21e0bb01e8224a(color: number): void;
49063
49063
 
49064
49064
  /**
49065
- * Sets whether or not `SHUTDOWN_LOADING_SCREEN` automatically shuts down the NUI frame for the loading screen. If this is enabled,
49066
- * you will have to manually invoke `SHUTDOWN_LOADING_SCREEN_NUI` whenever you want to hide the NUI loading screen.
49065
+ * **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.
49067
49066
  * @param manualShutdown TRUE to manually shut down the loading screen NUI.
49068
49067
  */
49069
49068
  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.22443-1",
3
+ "version": "2.0.22819-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {