Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 481 Bytes

File metadata and controls

13 lines (8 loc) · 481 Bytes

Home > server > PathfindCompleteCallback

PathfindCompleteCallback type

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;