GameboardInteropSnapshot
Defined in: src/interop/interop.ts:398
Portable interop snapshot containing entities, relations, and spawn locations.
Properties
Section titled “Properties”adjacency
Section titled “adjacency”adjacency: readonly
GameboardAdjacencyRecord[]
Defined in: src/interop/interop.ts:408
Tile adjacency records.
entities
Section titled “entities”entities: readonly
GameboardInteropEntity[]
Defined in: src/interop/interop.ts:406
Portable interop entities.
relations
Section titled “relations”relations: readonly
GameboardEcsRelation[]
Defined in: src/interop/interop.ts:410
ECS relation records.
scenario?
Section titled “scenario?”
optionalscenario?:GameboardInteropScenarioRecord
Defined in: src/interop/interop.ts:404
Optional scenario metadata.
schemaVersion
Section titled “schemaVersion”schemaVersion:
string
Defined in: src/interop/interop.ts:400
Snapshot schema version.
seed:
string
Defined in: src/interop/interop.ts:402
Plan or scenario seed.
spawnLocations
Section titled “spawnLocations”spawnLocations: readonly
SpawnLocation[]
Defined in: src/interop/interop.ts:412
Spawn locations included in the snapshot.