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