GameSnapshot
Defined in: packages/save/src/snapshot/types.ts:14
Complete snapshot of the game state.
Properties
Section titled “Properties”extras?
Section titled “extras?”
optionalextras?:Record<string,unknown>
Defined in: packages/save/src/snapshot/types.ts:23
Extension data contributed by plugins outside the entity/component model
— e.g. layer/scene/screen-scope effects from the renderer. Keyed by the
string passed to SnapshotService.registerSnapshotExtra.
scenes
Section titled “scenes”scenes:
SceneSnapshotEntry[]
Defined in: packages/save/src/snapshot/types.ts:17
timestamp
Section titled “timestamp”timestamp:
number
Defined in: packages/save/src/snapshot/types.ts:16
version
Section titled “version”version:
number
Defined in: packages/save/src/snapshot/types.ts:15