summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index beb49885c..dd8390c39 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -270,6 +270,9 @@ public:
-------------------------------------------
*/
+ // Find all nodes inside a radius around a point
+ core::list<MapNode> getNodesInsideRadius(v3s16 pos, float radius);
+
// Find all active objects inside a radius around a point
std::set<u16> getObjectsInsideRadius(v3f pos, float radius);