Hey there,
im looking for a method that tests if theres an object at certain coordinates or not.
I tried to use the method "getObjectsAt(int x, int y, class)" but I couldnt get it to work the way I wanted it to.
I want it to return "true" if there is and return "false" if there isnt.
Im aware why it doesnt return "true" or "false" but I cant find a way to make it work the way I want to.
