UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

16 lines (10 loc) 593 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [BaseEntityControllerEventPayloads](./server.baseentitycontrollereventpayloads.md) &gt; ["BASE\_ENTITY\_CONTROLLER.DETACH"](./server.baseentitycontrollereventpayloads._base_entity_controller.detach_.md) ## BaseEntityControllerEventPayloads."BASE\_ENTITY\_CONTROLLER.DETACH" property Emitted when an entity is detached from the controller. **Signature:** ```typescript [BaseEntityControllerEvent.DETACH]: { entity: Entity; }; ```