2022-10-05 21:44:46 -05:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
2022-10-09 21:24:36 -05:00
|
|
|
max_line_length = false
|
2022-10-05 21:44:46 -05:00
|
|
|
|
2022-11-03 10:54:47 -05:00
|
|
|
exclude_files = {
|
|
|
|
'./scripts',
|
|
|
|
'./bin',
|
|
|
|
'./logs',
|
|
|
|
'./node_modules',
|
|
|
|
'./sounds',
|
|
|
|
'./textures',
|
|
|
|
'./models',
|
|
|
|
'./docs',
|
|
|
|
'./locale',
|
|
|
|
'./types',
|
|
|
|
}
|
|
|
|
|
2022-10-05 19:54:07 -05:00
|
|
|
globals = {
|
2022-10-20 08:13:35 -05:00
|
|
|
'XBows',
|
|
|
|
'XBowsQuiver',
|
|
|
|
'XBowsEntityDefBase',
|
2024-01-04 17:57:06 -06:00
|
|
|
'XBowsEntityDefCustom',
|
|
|
|
'sfinv'
|
2022-10-05 19:54:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
2022-10-20 08:13:35 -05:00
|
|
|
"DIR_DELIM", "INIT",
|
|
|
|
|
|
|
|
"minetest", "core",
|
|
|
|
"dump", "dump2",
|
|
|
|
|
|
|
|
"Raycast",
|
|
|
|
"Settings",
|
|
|
|
"PseudoRandom",
|
|
|
|
"PerlinNoise",
|
|
|
|
"VoxelManip",
|
|
|
|
"SecureRandom",
|
|
|
|
"VoxelArea",
|
|
|
|
"PerlinNoiseMap",
|
|
|
|
"PcgRandom",
|
|
|
|
"ItemStack",
|
|
|
|
"AreaStore",
|
|
|
|
"unpack",
|
|
|
|
|
|
|
|
"vector",
|
|
|
|
|
|
|
|
table = {
|
|
|
|
fields = {
|
|
|
|
"copy",
|
|
|
|
"indexof",
|
|
|
|
"insert_all",
|
|
|
|
"key_value_swap",
|
|
|
|
"shuffle",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
string = {
|
|
|
|
fields = {
|
|
|
|
"split",
|
|
|
|
"trim",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
math = {
|
|
|
|
fields = {
|
|
|
|
"hypot",
|
|
|
|
"sign",
|
2022-10-30 18:28:44 -05:00
|
|
|
"factorial",
|
|
|
|
"round",
|
2022-10-20 08:13:35 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"player_monoids",
|
|
|
|
"playerphysics",
|
|
|
|
"hb",
|
|
|
|
"mesecon",
|
|
|
|
"armor",
|
2022-10-26 08:45:59 -05:00
|
|
|
"default",
|
|
|
|
"i3",
|
2022-10-26 22:44:26 -05:00
|
|
|
"unified_inventory",
|
2022-10-27 14:38:51 -05:00
|
|
|
"player_api",
|
|
|
|
"u_skins",
|
|
|
|
"wardrobe",
|
2022-11-01 08:18:22 -05:00
|
|
|
"3d_armor",
|
|
|
|
"skinsdb",
|
|
|
|
"skins"
|
2022-10-16 15:02:04 -05:00
|
|
|
}
|