@citizenfx/client 2.0.10652-1 → 2.0.10653-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 +6 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -47769,6 +47769,12 @@ declare function SetIslandEnabled(islandName: string, toggle: boolean): void;
|
|
|
47769
47769
|
*/
|
|
47770
47770
|
declare function SetIslandHopperEnabled(islandName: string, toggle: boolean): void;
|
|
47771
47771
|
|
|
47772
|
+
/**
|
|
47773
|
+
* Toggles the visibility of resource names in the FiveM key mapping page.
|
|
47774
|
+
* @param hide `true` will disable the display of resource names, and `false` will enable it.
|
|
47775
|
+
*/
|
|
47776
|
+
declare function SetKeyMappingHideResources(hide: boolean): void;
|
|
47777
|
+
|
|
47772
47778
|
/**
|
|
47773
47779
|
* SET_LAST_DRIVEN_VEHICLE
|
|
47774
47780
|
*/
|