RunGameboardInteractionResult
Defined in: src/systems/systems.ts:300
Result of command dispatch plus optional system advancement.
Properties
Section titled “Properties”dispatch
Section titled “dispatch”Defined in: src/systems/systems.ts:302
Command dispatch result.
eventRecords
Section titled “eventRecords”eventRecords: readonly
GameboardSystemEventRecord[]
Defined in: src/systems/systems.ts:308
Serializable event records derived from events.
events
Section titled “events”events: readonly
GameboardSystemEvent[]
Defined in: src/systems/systems.ts:306
Combined dispatch and system events.
systems?
Section titled “systems?”
optionalsystems?:RunGameboardSystemsResult
Defined in: src/systems/systems.ts:304
System result when systems were enabled.