@citizenfx/client 2.0.22746-1 → 2.0.22934-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 +1 -2
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -49062,8 +49062,7 @@ declare function SetMainPlayerBlipColour(color: number): void;
|
|
|
49062
49062
|
declare function N_0x7b21e0bb01e8224a(color: number): void;
|
|
49063
49063
|
|
|
49064
49064
|
/**
|
|
49065
|
-
*
|
|
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;
|