update docs

This commit is contained in:
MihailRis
2025-11-16 18:56:48 +03:00
parent 1e1fd53209
commit 0d832e5cfd
4 changed files with 31 additions and 0 deletions
+10
View File
@@ -158,3 +158,13 @@ app.get_setting_info(name: str) -> {
```
Returns a table with information about a setting. Throws an exception if the setting does not exist.
```lua
app.create_memory_device(
-- entry-point name
name: str
)
```
Creates an in-memory filesystem.