Skip to content

WorldManifest

Defined in: residency/cells.ts:40

A cooked world: the persistent scene’s cells.

cells: WorldCell[]

Defined in: residency/cells.ts:52


cellSize: number

Defined in: residency/cells.ts:45

Edge of one grid square, world units.


persistentRefs: number[]

Defined in: residency/cells.ts:51

Authored ids in the persistent world that a cell holds a hard reference to. Only these are kept resolvable — a table of every row would be a cost the whole world pays for the handful of references that exist.


scene: string

Defined in: residency/cells.ts:43

Registered name of the persistent scene these cells belong to.


version: number

Defined in: residency/cells.ts:41