@citizenfx/client 2.0.6562-1 → 2.0.6575-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.
@@ -38235,6 +38235,7 @@ declare function RegisterIntToSave(name: string): number;
38235
38235
  /**
38236
38236
  * Registers a key mapping for the current resource.
38237
38237
  * See the related [cookbook post](https://cookbook.fivem.net/2020/01/06/using-the-new-console-key-bindings/) for more information.
38238
+ * Below you can find some examples on how to create these keybindings as well as the alternate keybinding syntax, which is preceded by `~!` to indicate that it's an alternate key.
38238
38239
  * @param commandString The command to execute, and the identifier of the binding.
38239
38240
  * @param description A description for in the settings menu.
38240
38241
  * @param defaultMapper The [mapper ID](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/) to use for the default binding, e.g. `keyboard`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6562-1",
3
+ "version": "2.0.6575-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {