AStar.isPointDisabled

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

struct AStar
@nogc nothrow const
bool
isPointDisabled
(
in long id
)

Meta