hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
18 lines (12 loc) • 614 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityEventPayloads](./server.entityeventpayloads.md) > ["ENTITY.BLOCK\_CONTACT\_FORCE"](./server.entityeventpayloads._entity.block_contact_force_.md)
## EntityEventPayloads."ENTITY.BLOCK\_CONTACT\_FORCE" property
Emitted when an entity's contact force is applied to a block type.
**Signature:**
```typescript
[EntityEvent.BLOCK_CONTACT_FORCE]: {
entity: Entity;
blockType: BlockType;
contactForceData: ContactForceData;
};
```