Britbot
static bool Britbot.Extensions.IsActuallyPassable ( this Location  loc) [inline, static]

Tests if location is actually passable.

Parameters:
loc
Returns:

Definition at line 132 of file Extentions.cs.

        {
            return !Bot.Game.IsOccupied(loc) && Bot.Game.IsPassable(loc);
        }