node_reached
Description:
public signal void node_reached (
Actor actor,
uint index)
The node_reached signal is emitted each time a
offset value results in the actor passing a
PathNode
Parameters:
actor |
the Actor using the constraint
|
index |
the index of the node that has been reached
|