isWalkable

abstract fun isWalkable(): Boolean(source)

Checks if the tile is walkable.

This method is used by the pathfinding algorithm to determine if a tile can be traversed.

Return

true if the tile is walkable, false otherwise.