hytopia 0.10.48 → 0.11.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/docs/server.md +3 -3
- package/docs/server.playerinput.md +2 -2
- package/docs/server.supported_inputs.md +13 -0
- package/package.json +1 -1
- package/server.api.json +7 -29
- package/server.d.ts +5 -4
- package/server.mjs +181 -178
- package/docs/server.supported_input_keys.md +0 -13
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [server](./server.md) > [SUPPORTED\_INPUT\_KEYS](./server.supported_input_keys.md)
|
|
4
|
-
|
|
5
|
-
## SUPPORTED\_INPUT\_KEYS variable
|
|
6
|
-
|
|
7
|
-
The input keys that are included in the PlayerInput.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
SUPPORTED_INPUT_KEYS: readonly ["w", "a", "s", "d", "sp", "sh", "tb", "ml", "mr", "q", "e", "r", "f", "z", "x", "c", "v", "u", "i", "o", "j", "k", "l", "n", "m", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"]
|
|
13
|
-
```
|