update doc/*/scripting/user-input.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user