Skip to content

Commit

Permalink
Fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Dec 11, 2022
1 parent ded70aa commit 28ac6ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/LUA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ Programming in Lua (first edition): https://www.lua.org/pil/contents.html

## Example mods

There are a few heavily-commented example mods that make use of Lua API, its
There are a couple heavily-commented example mods in `data/mods/` that make use
of Lua API described here:
* `smart_house_remotes` - Add remotes for controlling garage doors and window curtains.
* `saveload_lua_test` - Mod for testing Lua save/load API.

## Ingame Lua console

Expand Down

0 comments on commit 28ac6ec

Please sign in to comment.