Function BlockManager.InternalUnblock

InternalUnblock (GraphNode node, SingleNodeBlocker blocker)

Remove blocker from the specified node.

Public
void InternalUnblock (

GraphNode

node

SingleNodeBlocker

blocker

)

Remove blocker from the specified node.

Will only remove a single instance, calling this method multiple times will remove multiple instances of the blocker from the node.

Note

The node will not be unblocked immediately. Instead the pathfinding threads will be paused and then the update will be applied. It is however guaranteed to be applied before the next path request is started.