Home > server > MoveCompleteCallback
A callback function called when the entity associated with the SimpleEntityController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.
Signature:
export type MoveCompleteCallback = (endPosition: Vector3Like) => void;References: Vector3Like