mesecons_stealthnode/.luacheckrc

19 lines
331 B
Plaintext
Raw Normal View History

2019-07-21 13:47:11 +02:00
unused_args = false
allow_defined_top = true
globals = {
"minetest","mesecons_stealthnode","mesecons_random"
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default"
}