Difference between isBlocked() and isObstacle()?
Difference between isBlocked() and isObstacle()?
Does anybody know the difference between these two map functions? So far they seem to both be the same value when I examine a square.
Re: Difference between isBlocked() and isObstacle()?
isObstacle just checks for obstacles (those with Obstacle or DynamicObstacle components). isBlocked() also checks for obstacles, walls and elevation edges.