Skip to main content

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:

NameTypeDescriptionDefault
pathString--

Returns:

TypeDescription
InputStream-

Example:

-- example coming soon

getPaths()

Returns table with paths to all resources stored in avatar

getPaths()

Returns:

TypeDescription
Table-

Example:

-- example coming soon