UNPKG

hytopia

Version:

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

17 lines (11 loc) 562 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [PlayerEventPayloads](./server.playereventpayloads.md) &gt; ["PLAYER.RECONNECTED\_WORLD"](./server.playereventpayloads._player.reconnected_world_.md) ## PlayerEventPayloads."PLAYER.RECONNECTED\_WORLD" property Emitted when a player reconnects to a world after a unintentional disconnect. **Signature:** ```typescript [PlayerEvent.RECONNECTED_WORLD]: { player: Player; world: World; }; ```