123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- unused_args = false
- allow_defined_top = true
- globals = {
- "maple",
- }
- read_globals = {
- "DIR_DELIM", "INIT",
- "minetest", "core",
- "dump", "dump2",
- "Raycast",
- "Settings",
- "PseudoRandom",
- "PerlinNoise",
- "VoxelManip",
- "SecureRandom",
- "VoxelArea",
- "PerlinNoiseMap",
- "PcgRandom",
- "ItemStack",
- "AreaStore",
- "vector",
- "default",
- "stairs",
- "stairsplus",
- "bonemeal",
- "doors",
- "drawers",
- "pkarcs",
- table = {
- fields = {
- "copy",
- "indexof",
- "insert_all",
- "key_value_swap",
- "shuffle",
- }
- },
- string = {
- fields = {
- "split",
- "trim",
- }
- },
- math = {
- fields = {
- "hypot",
- "sign",
- "factorial"
- }
- },
- }
|