{
"entities": {
"Dog": {
"description": "An actor that can fight.",
"export_functions": [
{
"name": "bark",
"description": "Called when the entity is supposed to bark",
"parameters": [ ]
}
]
}
},
"classes": {},
"host_functions": {
"print_string": {
"description": "Prints a string",
"parameters": [
{
"name": "msg",
"type": "string"
}
]
},
"print_file": {
"description": "Prints a file",
"parameters": [
{
"name": "path",
"type": "resource",
"resource_extension": ".txt"
}
]
}
}
}