1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Add EnvRef:get_objects_inside_radius(pos, radius)

This commit is contained in:
Perttu Ahola 2011-12-28 18:18:08 +02:00
parent 7937813c98
commit 1c15f53318
5 changed files with 70 additions and 9 deletions

View file

@ -155,6 +155,7 @@
-- - add_firefly(pos)
-- - get_meta(pos) -- Get a NodeMetaRef at that position
-- - get_player_by_name(name) -- Get an ObjectRef to a player
-- - get_objects_inside_radius(pos, radius)
--
-- NodeMetaRef
-- - get_type()