This commit is contained in:
BuckarooBanzay 2020-03-25 14:25:22 +01:00
parent d21defb6ca
commit 325c521a21

17
.luacompleterc Normal file
View File

@ -0,0 +1,17 @@
{
"global": {
"type": "table",
"fields": {
"minetest": { "type": "ref", "name": "minetest_api" }
}
},
"namedTypes": {
"minetest_api": {
"type": "table",
"fields": {
"get_node": { "type": "function" },
"find_nodes_in_area": { "type": "function" }
}
}
}
}