hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
14 lines (8 loc) • 493 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [IterationMap](./server.iterationmap.md) > [valuesArray](./server.iterationmap.valuesarray.md)
## IterationMap.valuesArray property
Returns a readonly array of all values for fast iteration. This is the key performance feature - use this instead of .values() for iteration.
**Signature:**
```typescript
get valuesArray(): readonly V[];
```