string?
Category filter, e.g.
"image". Omit for everything.table
Name → resolved asset.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
api.utility.getAssets: all assets of a type, or every category.
api.utility.getAssets(assetType: string?): { [string]: any }
"image". Omit for everything.local images = api.utility.getAssets("image")
for name, asset in images do
print(name, asset)
end