Function AStar2D.isPointDisabled

Returns whether a point is disabled or not for pathfinding. By default, all points are enabled.

bool isPointDisabled (
  const(long) id
) nothrow @nogc const;