📄️ figuraMetatables
A table containing all the metatables for Figura's object types
📄️ listFiles
A function that returns a table with all script file names from the specified path
📄️ log
A function that writes its arguments to chat
📄️ logJson
Takes a Minecraft json string as an argument, and prints it to the chat formatted, without the lua print header
📄️ logTable
The first argument is either a Table, or it's a Userdata, which refers to any of the added Figura types
📄️ parseJson
Takes a json string as an argument, and converts it into a lua value.
A function that writes its arguments to chat
📄️ printJson
Takes a Minecraft json string as an argument, and prints it to the chat formatted, without the lua print header
📄️ printTable
The first argument is either a Table, or it's a Userdata, which refers to any of the added Figura types
📄️ require
The require() function takes the name of one of your scripts, without the .lua extension
📄️ toJson
Takes any lua value, and converts it into a json string.
📄️ type
Figura overrides lua's type() function