GameboardPatrolSimulationAssignmentPlan
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:640
Report for one patrol simulation assignment.
Properties
Section titled “Properties”actorId
Section titled “actorId”actorId:
string
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:644
Actor id.
errorCount
Section titled “errorCount”errorCount:
number
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:652
Error count.
errors
Section titled “errors”errors: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:656
Assignment errors.
roundCount
Section titled “roundCount”roundCount:
number
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:646
Number of route rounds emitted.
routeId
Section titled “routeId”routeId:
string
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:642
Patrol route id.
stepCount
Section titled “stepCount”stepCount:
number
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:648
Number of command steps emitted.
warningCount
Section titled “warningCount”warningCount:
number
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:650
Warning count.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:654
Assignment warnings.