update libworld docs

This commit is contained in:
MihailRis 2024-12-12 16:24:17 +03:00
parent 9ec8788838
commit 8e6fb1dfb4
2 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,7 @@ world.is_day() -> bool
-- Checks if the current time is nighttime. From 0.833(8pm) to 0.333(8am).
world.is_night() -> bool
-- Returns the total number of chunks loaded into memory
world.count_chunks() -> int
```

View File

@ -43,4 +43,7 @@ world.is_day() -> bool
-- Проверяет является ли текущее время ночью. От 0.833(8 вечера) до 0.333(8 утра).
world.is_night() -> bool
-- Возвращает общее количество загруженных в память чанков
world.count_chunks() -> int
```