diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-31 14:24:19 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-31 14:24:19 +0200 |
commit | fae336d1a2d613fd00640ed6ccbb9eb386086c82 (patch) | |
tree | 48f0fe2cf3a3d86d2d0e192f1b38da55bc18d2f7 /doc/api.md | |
parent | 76071affa0f33bef03e323aa0552c750c56a2cab (diff) | |
download | hydra-dragonfire-fae336d1a2d613fd00640ed6ccbb9eb386086c82.tar.xz |
Add map component
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Hydra uses gopher-lua, Lua 5.1 - `escapes`: contains utility functions to deal with minetest escape sequences, see [escapes.md](escapes.md) - `client`: a function to create a client from command line arguments in the form `<server> <username> <password>`. This is trivial but so commonly used that this function was added to avoid repetition in scripts. +- `base64`: contains the `base64.encode(data)` function to base64 encode a string as well as `base64.decode(data)` to decode ## Standard library additions |