Function AStar.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;
Returns whether a point is disabled or not for pathfinding. By default, all points are enabled.
bool isPointDisabled
(
const(long) id
) nothrow @nogc const;