From c6b52067bd90a2f7832a94a74cfd0e4ec0a8641c Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Sat, 12 May 2012 20:54:26 +0400 Subject: Request designation rescan in auto-growing burrows. This improves performance of burrowed miners digging 1-wide tunnels. --- Lua API.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lua API.html') diff --git a/Lua API.html b/Lua API.html index b6242712..846299a3 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1245,7 +1245,7 @@ module file is still necessary for require to
Emitted when a burrow might have been renamed either through the game UI, or renameBurrow().
-onDigComplete.foo = function(job_type,pos,old_tiletype,new_tiletype)
+onDigComplete.foo = function(job_type,pos,old_tiletype,new_tiletype,worker)
Emitted when a tile might have been dug out. Only tracked if the auto-growing burrows feature is enabled.