fix docs
This commit is contained in:
parent
59c50e727b
commit
a1283d7f7b
@ -94,13 +94,6 @@ player.get_spawnpoint(playerid: int) -> number, number, number
|
|||||||
|
|
||||||
Сеттер и геттер точки спавна игрока
|
Сеттер и геттер точки спавна игрока
|
||||||
|
|
||||||
```python
|
|
||||||
player.set_jump_force(playerid: int, force: number)
|
|
||||||
player.get_jump_force(playerid: int) -> number
|
|
||||||
```
|
|
||||||
|
|
||||||
Сеттер и геттер силы прыжка игрока
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
player.get_selected_block(playerid: int) -> x,y,z
|
player.get_selected_block(playerid: int) -> x,y,z
|
||||||
```
|
```
|
||||||
@ -136,6 +129,18 @@ world.set_vel_time(value: number)
|
|||||||
|
|
||||||
Устанавливает указанную скорость для игрового времени.
|
Устанавливает указанную скорость для игрового времени.
|
||||||
|
|
||||||
|
```python
|
||||||
|
world.get_vel_time() -> number
|
||||||
|
```
|
||||||
|
|
||||||
|
Возвращает скорость для игрового времени.
|
||||||
|
|
||||||
|
```python
|
||||||
|
world.get_total_time() -> number
|
||||||
|
```
|
||||||
|
|
||||||
|
Возвращает общее суммарное время, прошедшее в мире
|
||||||
|
|
||||||
```python
|
```python
|
||||||
world.get_seed() -> int
|
world.get_seed() -> int
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user