hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
48 lines (23 loc) • 735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [WorldManagerEvent](./server.worldmanagerevent.md)
## WorldManagerEvent enum
Event types a WorldManager instance can emit to the global event router. See [WorldManagerEventPayloads](./server.worldmanagereventpayloads.md) for the payloads.
**Signature:**
```typescript
export declare enum WorldManagerEvent
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
WORLD\_CREATED
</td><td>
`"WORLD_MANAGER.WORLD_CREATED"`
</td><td>
</td></tr>
</tbody></table>