[inline, static]
Tests if location is actually passable.
Definition at line 132 of file Extentions.cs.
{ return !Bot.Game.IsOccupied(loc) && Bot.Game.IsPassable(loc); }