Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-22 15:59:45 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-22 15:59:45 +1000
commitca48a137ec25f1002af4a1ab6e6e5047b5684ca6 (patch)
tree965c441c4a8675abe89598036c4339b5f167699a /doc
parent764751a82545a80688612b643ba8031f10b6c048 (diff)
root.assetFrames & assets.frames
Diffstat (limited to 'doc')
-rw-r--r--doc/lua/openstarbound.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lua/openstarbound.md b/doc/lua/openstarbound.md
index ad8483d..23c0bbb 100644
--- a/doc/lua/openstarbound.md
+++ b/doc/lua/openstarbound.md
@@ -76,7 +76,9 @@ Returns the asset source path of an asset, or nil if the asset doesn't exist. If
Without metadata: Returns an array with all the asset source paths.
With metadata: Returns a table, key/value being source path/metadata.
-#### `?` root.assetImage(`String` image)
+#### `Image` root.assetImage(`String` image)
+
+#### `Json` root.assetFrames(`String` path)
*TODO*