]> git.lizzy.rs Git - hydra-dragonfire.git/blobdiff - doc/api.md
Add map component
[hydra-dragonfire.git] / doc / api.md
index 8dda81e8e5f4c926969d457e60c77b7c6b6a0ebe..2105a81786325fdb6f43dbb54e8897d76ef62a68 100644 (file)
@@ -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