dfhack/library/lua
Timur Kelman 1d8998de22
allow custom filter in `dfhack.printall_recurse`
Objects with links like `job` output way too much. With this change, it's possible to provide an optional filter and exclude the `list_link`.
```
[lua]# j = dfhack.gui.getSelectedJob()
[lua]# printall_recurse(j, {[tostring(j.list_link)]=true, [tostring(j.pos)]=true})
```
2020-02-23 16:57:57 +01:00
..
dfhack
gui
json
binpatch.lua
class.lua
dfhack.lua allow custom filter in `dfhack.printall_recurse` 2020-02-23 16:57:57 +01:00
dumper.lua
gui.lua
json.lua
makeown.lua
memscan.lua
persist-table.lua
profiler.lua
repeat-util.lua
syndrome-util.lua
tile-material.lua
utils.lua