2020-10-25 19:05:08 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
max_line_length = 999
|
|
|
|
|
|
|
|
globals = {
|
2024-12-19 12:55:40 +01:00
|
|
|
"vehicle_mash", "player_api",
|
2020-10-25 19:05:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
string = {fields = {"split", "trim"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
|
|
|
"minetest", "lib_mount",
|
2024-12-19 12:55:40 +01:00
|
|
|
"core", "vector"
|
2020-10-25 19:05:08 +01:00
|
|
|
}
|