mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
core.get_objects_inside_radius: Omit removed objects (#6318)
Fixes #6294
This commit is contained in:
parent
de331b18e9
commit
e09c7fceaa
2 changed files with 6 additions and 4 deletions
|
@ -2555,7 +2555,7 @@ and `minetest.auth_reload` call the authetification handler.
|
|||
* `minetest.add_item(pos, item)`: Spawn item
|
||||
* Returns `ObjectRef`, or `nil` if failed
|
||||
* `minetest.get_player_by_name(name)`: Get an `ObjectRef` to a player
|
||||
* `minetest.get_objects_inside_radius(pos, radius)`
|
||||
* `minetest.get_objects_inside_radius(pos, radius)`: returns a list of ObjectRefs
|
||||
* `radius`: using an euclidean metric
|
||||
* `minetest.set_timeofday(val)`
|
||||
* `val` is between `0` and `1`; `0` for midnight, `0.5` for midday
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue