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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [TickAllocator](./server.tickallocator.md) > [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