blob: dc5cff2719c3d7537ae5d0680d7dcc8b86d4abbd (
plain)
1
2
3
4
5
6
7
8
|
# luax
Small additions to the lua standard library, mostly stolen from https://github.com/minetest/minetest/blob/master/builtin/common/misc_helpers.lua
## Included
- `math.clamp(min, max, v)`
- `string.split(str, delim, include_empty, max_splits, sep_is_pattern)`
- `table.copy(t, seen)`
|