hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
18 lines (12 loc) • 561 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.SET\_PARENT"](./server.entityeventpayloads._entity.set_parent_.md)
## EntityEventPayloads."ENTITY.SET\_PARENT" property
Emitted when the parent of the entity is set.
**Signature:**
```typescript
[EntityEvent.SET_PARENT]: {
entity: Entity;
parent: Entity | undefined;
parentNodeName: string | undefined;
};
```