blockgame/mods/bg_api
trans_soup 5a3d81787c add several utility functions related to tables.
create api functions `any`, `every`, and `underride`.

`any` and `every` checks if a condition is true for any and every item
in a table, respectively.
`underride` returns a table that defaults to a provided table, for
items that aren't specified in the other provided table.
2023-10-17 11:19:55 +02:00
..
cleanup.lua complete cleanup after rename. 2023-10-16 10:14:34 +02:00
falling_node.lua separate falling node and loose node handling. 2023-10-17 11:18:14 +02:00
increasing_abm.lua implement increasing ABM:s. 2023-10-16 21:27:59 +02:00
init.lua separate falling node and loose node handling. 2023-10-17 11:18:14 +02:00
loose_node.lua separate falling node and loose node handling. 2023-10-17 11:18:14 +02:00
mod.conf
random_tick.lua fix random tick crash possibility. 2023-10-15 17:38:11 +02:00
util_debug.lua
util_node.lua move get_neighbors from util_node to util_vector. 2023-10-17 11:19:03 +02:00
util_random.lua
util_stringify.lua make util_stringify more robust. 2023-10-15 17:46:08 +02:00
util_table.lua add several utility functions related to tables. 2023-10-17 11:19:55 +02:00
util_vector.lua move get_neighbors from util_node to util_vector. 2023-10-17 11:19:03 +02:00
wrappers.lua