<!-- 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

