update doc/*/scripting/user-input.md

This commit is contained in:
MihailRis
2024-11-02 13:15:17 +03:00
parent 47c6c98b4a
commit 839211a310
5 changed files with 23 additions and 4 deletions
+6
View File
@@ -70,6 +70,12 @@ input.is_active(bindname: str) -> bool
Проверяет активность привязки.
```python
input.set_enabled(bindname: str, flag: bool)
```
Включает/выключает привязку до выхода из мира.
```python
input.is_pressed(code: str) -> bool
```