Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Mar 20, 2021
1 parent 902c2bf commit 055b58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/script-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 055b58f

Please sign in to comment.