mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add minetest.get_objects_in_area (#10668)
This commit is contained in:
parent
09d7fbd645
commit
9250b5205a
6 changed files with 57 additions and 0 deletions
|
@ -114,6 +114,9 @@ private:
|
|||
|
||||
// get_objects_inside_radius(pos, radius)
|
||||
static int l_get_objects_inside_radius(lua_State *L);
|
||||
|
||||
// get_objects_in_area(pos, minp, maxp)
|
||||
static int l_get_objects_in_area(lua_State *L);
|
||||
|
||||
// set_timeofday(val)
|
||||
// val = 0...1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue