hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
16 lines (10 loc) • 529 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [WorldManagerEventPayloads](./server.worldmanagereventpayloads.md) > ["WORLD\_MANAGER.WORLD\_CREATED"](./server.worldmanagereventpayloads._world_manager.world_created_.md)
## WorldManagerEventPayloads."WORLD\_MANAGER.WORLD\_CREATED" property
Emitted when a world is created.
**Signature:**
```typescript
[WorldManagerEvent.WORLD_CREATED]: {
world: World;
};
```