update docs

This commit is contained in:
MihailRis
2025-01-17 19:03:12 +03:00
parent 177994b9fd
commit 01b4b6f19a
4 changed files with 10 additions and 4 deletions
+3
View File
@@ -62,4 +62,7 @@ hud.is_paused() -> bool
-- Returns true if inventory is open or overlay is shown.
hud.is_inventory_open() -> bool
-- Sets whether to allow pausing. If false, the pause menu will not pause the game.
hud.set_allow_pause(flag: bool)
```