diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-22 15:59:45 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-22 15:59:45 +1000 |
commit | ca48a137ec25f1002af4a1ab6e6e5047b5684ca6 (patch) | |
tree | 965c441c4a8675abe89598036c4339b5f167699a /doc | |
parent | 764751a82545a80688612b643ba8031f10b6c048 (diff) |
root.assetFrames & assets.frames
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua/openstarbound.md | 4 |
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* |