Skip to content

GameboardPatrolSimulationStepsPlan

Defined in: src/simulation/script.ts:674

Generated simulation command steps plus assignment diagnostics.

assignments: readonly GameboardPatrolSimulationAssignmentPlan[]

Defined in: src/simulation/script.ts:678

Assignment diagnostics.


errors: readonly string[]

Defined in: src/simulation/script.ts:684

Plan-level errors.


stepCount: number

Defined in: src/simulation/script.ts:676

Total generated step count.


steps: readonly GameboardScenarioSimulationCommandStep[]

Defined in: src/simulation/script.ts:680

Generated command steps.


warnings: readonly string[]

Defined in: src/simulation/script.ts:682

Plan-level warnings.