``` val handled = collisionChecker.getClosetAround...
# announcements
c
Copy code
val handled = collisionChecker.getClosetAround(this)?.let { collided ->
    // a lot of stuff happens here, not just simple chained calls
 }