Page 1 of 1

Difference between isBlocked() and isObstacle()?

Posted: Tue Nov 04, 2014 10:12 pm
by MrChoke
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()?

Posted: Tue Nov 04, 2014 10:19 pm
by petri
isObstacle just checks for obstacles (those with Obstacle or DynamicObstacle components). isBlocked() also checks for obstacles, walls and elevation edges.