Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 588 Bytes

File metadata and controls

15 lines (9 loc) · 588 Bytes

Home > server > MoveCompleteCallback

MoveCompleteCallback type

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