GameboardPatrolSimulationStepsPlan
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:662
Generated simulation command steps plus assignment diagnostics.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”assignments
Section titled “assignments”assignments: readonly
GameboardPatrolSimulationAssignmentPlan[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:666
Assignment diagnostics.
errors
Section titled “errors”errors: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:672
Plan-level errors.
stepCount
Section titled “stepCount”stepCount:
number
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:664
Total generated step count.
steps: readonly
GameboardScenarioSimulationCommandStep[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:668
Generated command steps.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:670
Plan-level warnings.