2020-05-15 17:57:42 -05:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
max_line_length = 999
|
|
|
|
|
|
|
|
globals = {
|
2022-06-28 17:09:59 -05:00
|
|
|
"vehicle_mash", "player_api",
|
2020-05-15 17:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
string = {fields = {"split", "trim"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
|
|
|
"minetest", "lib_mount",
|
2023-04-04 12:24:09 -06:00
|
|
|
"core", "vector"
|
2020-05-15 17:57:42 -05:00
|
|
|
}
|