canReach

fun canReach(destination: TileInfo): Boolean

This is performance-heavy - use as last resort, only after checking everything else! Also note that REACHABLE tiles are not necessarily tiles that the unit CAN ENTER

Sources

jvm source
Link copied to clipboard