UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

24 lines (13 loc) 702 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [SimpleEntityController](./server.simpleentitycontroller.md) &gt; [stopMove](./server.simpleentitycontroller.stopmove.md) ## SimpleEntityController.stopMove() method Stops the entity from continuing to move to its current target coordinate. **Signature:** ```typescript stopMove(): void; ``` **Returns:** void ## Remarks \*\*Deferred:\*\* Takes effect on the next tick. The `moveCompleteCallback` will still be called and idle animations will start (unless `moveStartIdleAnimationsOnCompletion` was false). \*\*Category:\*\* Controllers