Skip to content

GameboardScenarioSimulationCommandRecord

Defined in: src/simulation/report.ts:147

Flattened command record with step provenance.

command: GameboardInteractionCommandRecord

Defined in: src/simulation/report.ts:157

Serializable command execution record.


eventType: "movement-requested" | "command-handled" | "command-blocked" | "command-ignored" | "command-handler-required" | "patrol-move-requested" | "patrol-waiting" | "patrol-completed" | "patrol-blocked" | "movement-stepped" | "movement-completed" | "movement-blocked" | "quest-advanced" | "quest-completed" | "quest-blocked"

Defined in: src/simulation/report.ts:155

Event type that carried the command.


optional stepId?: string

Defined in: src/simulation/report.ts:151

Authored step id.


stepIndex: number

Defined in: src/simulation/report.ts:149

Step index that emitted the command.


optional stepLabel?: string

Defined in: src/simulation/report.ts:153

Authored step label.