hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
22 lines (12 loc) • 523 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [IterationMap](./server.iterationmap.md) > [entries](./server.iterationmap.entries.md)
## IterationMap.entries() method
Returns an iterator for the key-value pairs in the IterationMap.
**Signature:**
```typescript
entries(): IterableIterator<[K, V]>;
```
**Returns:**
IterableIterator<\[K, V\]>
An iterator for the entries.
\*\*Category:\*\* Utilities