```val collided = collisionChecker.getClosetAround...
# announcements
k
Copy code
val collided = collisionChecker.getClosetAround(this) // returns an optional “closest collided cell"
if (collided != null) {
   // a lot of stuff happens here, not just simple chained calls
}