UNPKG

hytopia

Version:

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

58 lines (27 loc) 829 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [WorldManagerEventPayloads](./server.worldmanagereventpayloads.md) ## WorldManagerEventPayloads interface Event payloads for WorldManager emitted events. **Signature:** ```typescript export interface WorldManagerEventPayloads ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> ["WORLD\_MANAGER.WORLD\_CREATED"](./server.worldmanagereventpayloads._world_manager.world_created_.md) </td><td> </td><td> { world: [World](./server.world.md)<!-- -->; } </td><td> Emitted when a world is created. </td></tr> </tbody></table>