|
|
|
@ -117,19 +117,6 @@ A tool for checking how many tiles contain flowing liquids. If you suspect that
|
|
|
|
|
your magma sea leaks into HFS, you can use this tool to be sure without
|
|
|
|
|
revealing the map.
|
|
|
|
|
|
|
|
|
|
.. _pathable:
|
|
|
|
|
|
|
|
|
|
pathable
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This plugin implements the back end of the `gui/pathable` script. It exports a
|
|
|
|
|
single Lua function, in ``hack/lua/plugins/pathable.lua``:
|
|
|
|
|
|
|
|
|
|
* ``paintScreen(cursor[,skip_unrevealed])``: Paint each visible of the screen
|
|
|
|
|
green or red, depending on whether it can be pathed to from the tile at
|
|
|
|
|
``cursor``. If ``skip_unrevealed`` is specified and true, do not draw
|
|
|
|
|
unrevealed tiles.
|
|
|
|
|
|
|
|
|
|
.. _probe:
|
|
|
|
|
|
|
|
|
|
probe
|
|
|
|
@ -2971,9 +2958,10 @@ 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`
|
|
|
|
|
* `cxxrandom`
|
|
|
|
|
* `eventful`
|
|
|
|
|
* `luasocket`
|
|
|
|
|
* `map-render`
|
|
|
|
|
* `cxxrandom`
|
|
|
|
|
* `pathable`
|
|
|
|
|
* `xlsxreader`
|
|
|
|
|