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
+3
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
```