mirror of
https://github.com/dragonfireclient/hydra-dragonfire.git
synced 2024-11-22 10:54:01 -05:00
8 lines
290 B
Markdown
8 lines
290 B
Markdown
# 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)`
|