<!-- 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.ENTITY\_CONTACT\_FORCE"](./server.entityeventpayloads._entity.entity_contact_force_.md)

## EntityEventPayloads."ENTITY.ENTITY\_CONTACT\_FORCE" property

Emitted when an entity's contact force is applied to another entity.

**Signature:**

```typescript
[EntityEvent.ENTITY_CONTACT_FORCE]: {
        entity: Entity;
        otherEntity: Entity;
        contactForceData: ContactForceData;
    };
```
