AStar.setPointDisabled

Disables or enables the specified point for pathfinding. Useful for making a temporary obstacle.

struct AStar
@nogc nothrow
void
setPointDisabled
(
in long id
,
in bool disabled = true
)

Meta