@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.
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.10652-1",
3
+ "version": "2.0.10653-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {