Hi guys,
i would try too count object that are in a radius from an object with the
!getObjectsInRange(120, null).isEmpty() method.
How can i make it ? Can i convert it to int ?
thank you for help
int countOfObjectsInRange = getObjectsInRange(120, null).size();