Home > server > PathfindCompleteCallback
A callback function called when the entity associated with the PathfindingEntityController finishes pathfinding and is now at the target coordinate.
Signature:
export type PathfindCompleteCallback = () => void;