diff options
Diffstat (limited to 'doc/lua')
-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* |