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}) ```develop
parent
c3637be99f
commit
1d8998de22
Loading…
Reference in New Issue