From 055b58f8901f919b58de2f44a67623bbdb397dd1 Mon Sep 17 00:00:00 2001 From: Dregu Date: Sat, 20 Mar 2021 04:03:51 +0200 Subject: [PATCH] update docs --- docs/script-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/script-api.md b/docs/script-api.md index 5a8fa0058..e65b4ad91 100644 --- a/docs/script-api.md +++ b/docs/script-api.md @@ -11,6 +11,7 @@ The following Lua libraries and their functions are available. You can read more ### `base` ### `string` ### `table` +### `coroutine` ### `package` ## Modules You can load modules with `require "mymod"` or `require "mydir.mymod"`, just put `mymod.lua` in the same directory the script is, or in `mydir/` to keep things organized.