diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-30 17:48:28 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-30 17:48:28 +0200 |
commit | 77e0df6c448ae6a8bb2a2839fed7acf163ee7922 (patch) | |
tree | 306b45c7dc95dbb53156e02c98167d471f9835ab /builtin/luax/README.md | |
parent | 0185bff90d77898d72dcc32fd809ac38875cc1c8 (diff) | |
download | hydra-dragonfire-0.1.0.tar.xz |
Re-add luax as regular directoryv0.1.0
Diffstat (limited to 'builtin/luax/README.md')
-rw-r--r-- | builtin/luax/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/builtin/luax/README.md b/builtin/luax/README.md new file mode 100644 index 0000000..dc5cff2 --- /dev/null +++ b/builtin/luax/README.md @@ -0,0 +1,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)` |