UNPKG

hytopia

Version:

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

18 lines (10 loc) 458 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [TickAllocator](./server.tickallocator.md) &gt; [reset](./server.tickallocator.reset.md) ## TickAllocator.reset() method Releases all allocated objects back to their respective pools. This is intended to be called at the end of a tick. **Signature:** ```typescript reset(): void; ``` **Returns:** void