RunGameboardInteractionResult
Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:54
Result of command dispatch plus optional system advancement.
Properties
Section titled “Properties”dispatch
Section titled “dispatch”Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:56
Command dispatch result.
eventRecords
Section titled “eventRecords”eventRecords: readonly
GameboardSystemEventRecord[]
Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:62
Serializable event records derived from events.
events
Section titled “events”events: readonly
GameboardSystemEvent[]
Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:60
Combined dispatch and system events.
systems?
Section titled “systems?”
optionalsystems?:RunGameboardSystemsResult
Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:58
System result when systems were enabled.