UNPKG

hytopia

Version:

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

17 lines (11 loc) 563 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ChunkLatticeEventPayloads](./server.chunklatticeeventpayloads.md) &gt; ["CHUNK\_LATTICE.ADD\_CHUNK"](./server.chunklatticeeventpayloads._chunk_lattice.add_chunk_.md) ## ChunkLatticeEventPayloads."CHUNK\_LATTICE.ADD\_CHUNK" property Emitted when a chunk is added to the lattice. **Signature:** ```typescript [ChunkLatticeEvent.ADD_CHUNK]: { chunkLattice: ChunkLattice; chunk: Chunk; }; ```