update libworld docs
This commit is contained in:
parent
9ec8788838
commit
8e6fb1dfb4
@ -44,4 +44,7 @@ world.is_day() -> bool
|
|||||||
|
|
||||||
-- Checks if the current time is nighttime. From 0.833(8pm) to 0.333(8am).
|
-- Checks if the current time is nighttime. From 0.833(8pm) to 0.333(8am).
|
||||||
world.is_night() -> bool
|
world.is_night() -> bool
|
||||||
|
|
||||||
|
-- Returns the total number of chunks loaded into memory
|
||||||
|
world.count_chunks() -> int
|
||||||
```
|
```
|
||||||
|
|||||||
@ -43,4 +43,7 @@ world.is_day() -> bool
|
|||||||
|
|
||||||
-- Проверяет является ли текущее время ночью. От 0.833(8 вечера) до 0.333(8 утра).
|
-- Проверяет является ли текущее время ночью. От 0.833(8 вечера) до 0.333(8 утра).
|
||||||
world.is_night() -> bool
|
world.is_night() -> bool
|
||||||
|
|
||||||
|
-- Возвращает общее количество загруженных в память чанков
|
||||||
|
world.count_chunks() -> int
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user