hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
17 lines (11 loc) • 574 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.STOP\_MODEL\_ANIMATIONS"](./server.entityeventpayloads._entity.stop_model_animations_.md)
## EntityEventPayloads."ENTITY.STOP\_MODEL\_ANIMATIONS" property
Emitted when the model animations of the entity are stopped.
**Signature:**
```typescript
[EntityEvent.STOP_MODEL_ANIMATIONS]: {
entity: Entity;
animations: Set<string>;
};
```