Mention Lua API-only plugins in Plugins.rst

develop
lethosor 2018-06-20 11:22:21 -04:00
parent 7f9270407f
commit 5bfe4fd72b
2 changed files with 13 additions and 0 deletions

@ -3517,6 +3517,8 @@ The widget implements:
Same as with an ordinary list. Same as with an ordinary list.
.. _lua-plugins:
======= =======
Plugins Plugins
======= =======

@ -2731,3 +2731,14 @@ can easily result in inconsistent state once this plugin is
available again. The effects may be as weird as negative power available again. The effects may be as weird as negative power
being generated. being generated.
=======
Lua API
=======
Some plugins consist solely of native libraries exposed to Lua. They are listed
in the `lua-api` file under `lua-plugins`:
* `eventful`
* `building-hacks`
* `luasocket`
* `cxxrandom`