diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 6d6625348..6359ef6de 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1880,6 +1880,8 @@ and `minetest.auth_reload` call the authetification handler. * Generate all registered decorations within the VoxelManip specified by `vm`. * `minetest.clear_objects()` * clear all objects in the environments +* `minetest.delete_area(pos1, pos2)` + * delete all mapblocks in the area from pos1 to pos2, inclusive * `minetest.line_of_sight(pos1, pos2, stepsize)`: returns `boolean, pos` * Check if there is a direct line of sight between `pos1` and `pos2` * Returns the position of the blocking node when `false` |