diff options
| author | Alexander Gavrilov | 2012-05-12 20:54:26 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-05-12 20:54:26 +0400 |
| commit | c6b52067bd90a2f7832a94a74cfd0e4ec0a8641c (patch) | |
| tree | da5b1e17673f11fdf8c62bf7b674e925e114d83b /Lua API.html | |
| parent | 60bb486abac5d79f0fc9053739b6ec52dfa8519f (diff) | |
| download | dfhack-c6b52067bd90a2f7832a94a74cfd0e4ec0a8641c.tar.gz dfhack-c6b52067bd90a2f7832a94a74cfd0e4ec0a8641c.tar.bz2 dfhack-c6b52067bd90a2f7832a94a74cfd0e4ec0a8641c.tar.xz | |
Request designation rescan in auto-growing burrows.
This improves performance of burrowed miners digging 1-wide tunnels.
Diffstat (limited to 'Lua API.html')
| -rw-r--r-- | Lua API.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt class="docutils literal">require</tt> to <p>Emitted when a burrow might have been renamed either through the game UI, or <tt class="docutils literal">renameBurrow()</tt>.</p> </li> -<li><p class="first"><tt class="docutils literal">onDigComplete.foo = function(job_type,pos,old_tiletype,new_tiletype)</tt></p> +<li><p class="first"><tt class="docutils literal">onDigComplete.foo = function(job_type,pos,old_tiletype,new_tiletype,worker)</tt></p> <p>Emitted when a tile might have been dug out. Only tracked if the auto-growing burrows feature is enabled.</p> </li> |
