Resources
The global instance of ResourcesAPI
warning
This page is a WIP. It contains all the information in Figura's documentation but we're working on adding more helpful descriptions.
get()
Returns input stream with data for resource at specified path
get(path)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path | String | - | - |
Returns:
Type | Description |
---|---|
InputStream | - |
Example:
-- example coming soon
getPaths()
Returns table with paths to all resources stored in avatar
getPaths()
Returns:
Type | Description |
---|---|
Table | - |
Example:
-- example coming soon