<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [EntityEventPayloads](./server.entityeventpayloads.md) &gt; ["ENTITY.UPDATE\_POSITION"](./server.entityeventpayloads._entity.update_position_.md)

## EntityEventPayloads."ENTITY.UPDATE\_POSITION" property

Emitted when the position of the entity is updated at the end of the tick, either directly or by physics.

**Signature:**

```typescript
[EntityEvent.UPDATE_POSITION]: {
        entity: Entity;
        position: Vector3Like;
    };
```
