1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Change find_surface_nodes_in_area to find_nodes_in_area_under_air

This commit is contained in:
Craig Robbins 2015-02-27 21:42:00 +10:00
parent 0f556d0c7f
commit fdb9140825
3 changed files with 19 additions and 11 deletions

View file

@ -121,7 +121,7 @@ private:
// find_surface_nodes_in_area(minp, maxp, nodenames) -> list of positions
// nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
static int l_find_surface_nodes_in_area(lua_State *L);
static int l_find_nodes_in_area_under_air(lua_State *L);
// delete_area(p1, p2) -> true/false
static int l_delete_area(lua_State *L);