Skip to content

DispatchGameboardInteractionCommandResult

Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:31

Result of dispatching one interaction command.

eventRecords: readonly GameboardSystemEventRecord[]

Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:37

Serializable event records derived from events.


events: readonly GameboardSystemEvent[]

Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:35

In-memory events emitted by the dispatch.


execution: GameboardInteractionCommandExecution

Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:33

Command execution result.