From 642a625586b9d40440bd3ce05d827f707ccce5ac Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Sun, 13 May 2012 18:39:00 +0400 Subject: Support custom buildings in dfhack.buildings.getFiltersByType. Also document it and constructBuilding in Lua API docs. --- Lua API.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'Lua API.html') diff --git a/Lua API.html b/Lua API.html index 3e023ebd..ed2e9f6a 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1163,6 +1163,69 @@ Returns true if the building was destroyed and deallocated immediately.

More high-level functions are implemented in lua and can be loaded by require('dfhack.buildings'). See hack/lua/dfhack/buildings.lua.

+

Among them are:

+

Constructions module

-- cgit v1.2.1