Skip to content

WorldStreamerStatus

Defined in: residency/WorldStreamer.ts:62

What the streamer is doing, for a report.

cancelCount: number

Defined in: residency/WorldStreamer.ts:79


cancelledRefs: number

Defined in: residency/WorldStreamer.ts:83

Acquisitions given back by discarding readiness — not by unloading.


cellCount: number

Defined in: residency/WorldStreamer.ts:63


desiredCells: string[]

Defined in: residency/WorldStreamer.ts:66

Cells that should exist right now, load radius unioned with the kept band.


lastDemandToResidentMs: number

Defined in: residency/WorldStreamer.ts:93

Demanded to resident, milliseconds — what a prefetch hit is worth.


loadCount: number

Defined in: residency/WorldStreamer.ts:75

Cells brought in since boot, and cells taken out. Churn is the difference.


loadingCells: string[]

Defined in: residency/WorldStreamer.ts:72


prefetchCells: string[]

Defined in: residency/WorldStreamer.ts:68

Cells worth readying: what any source is close enough to speculate about.


prefetchHits: number

Defined in: residency/WorldStreamer.ts:90

Decided the instant a cell is first DEMANDED, by what demand finds there: readiness that already exists is a hit, and anything else — nothing, or a preparation still in flight — is a miss. A preparation that was on its way is not a hit: the player waited for it either way.


prefetchMisses: number

Defined in: residency/WorldStreamer.ts:91


prefetchRequests: number

Defined in: residency/WorldStreamer.ts:81

Of those preparations, the ones begun for a cell nobody had asked for yet.


prepareCount: number

Defined in: residency/WorldStreamer.ts:78

Preparations begun, and preparations thrown away unpublished.


preparedCells: string[]

Defined in: residency/WorldStreamer.ts:71

Ready and holding nothing the world can see.


residentCells: string[]

Defined in: residency/WorldStreamer.ts:69


sourceCount: number

Defined in: residency/WorldStreamer.ts:64


unloadCount: number

Defined in: residency/WorldStreamer.ts:76


unloadingCells: string[]

Defined in: residency/WorldStreamer.ts:73