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.