03-16-2016, 12:20 PM
Would be nice for path finding & detecting objects near a point away from the robot.
search(cat[, pos][, radius]);
And maybe:
object items[] = searchall(cat[, pos], radius);
I actually already did this myself.
search(cat[, pos][, radius]);
And maybe:
object items[] = searchall(cat[, pos], radius);
I actually already did this myself.