GameboardRuntimeInteropState
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:484
Runtime state accepted by runtime interop snapshots.
Properties
Section titled “Properties”actors?
Section titled “actors?”
optionalactors?: readonlyGameboardActorSnapshot[]
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:488
Runtime actor snapshots.
plan:
GameboardPlan
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:486
Current board plan.
quests?
Section titled “quests?”
optionalquests?: readonlyGameboardQuestSnapshot[]
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:490
Runtime quest snapshots.
scenario?
Section titled “scenario?”
optionalscenario?:GameboardInteropScenarioRecord
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:492
Optional scenario metadata.