findPath

fun findPath(end: Tile?): LocalPath
fun findPath(begin: Tile, end: Tile, onlyWalk: Boolean = false, refreshFlags: Boolean = true): LocalPath