GameboardPatrolSimulationAssignmentPlan
Defined in: src/simulation/script.ts:652
Report for one patrol simulation assignment.
Properties
Section titled “Properties”actorId
Section titled “actorId”actorId:
string
Defined in: src/simulation/script.ts:656
Actor id.
errorCount
Section titled “errorCount”errorCount:
number
Defined in: src/simulation/script.ts:664
Error count.
errors
Section titled “errors”errors: readonly
string[]
Defined in: src/simulation/script.ts:668
Assignment errors.
roundCount
Section titled “roundCount”roundCount:
number
Defined in: src/simulation/script.ts:658
Number of route rounds emitted.
routeId
Section titled “routeId”routeId:
string
Defined in: src/simulation/script.ts:654
Patrol route id.
stepCount
Section titled “stepCount”stepCount:
number
Defined in: src/simulation/script.ts:660
Number of command steps emitted.
warningCount
Section titled “warningCount”warningCount:
number
Defined in: src/simulation/script.ts:662
Warning count.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/simulation/script.ts:666
Assignment warnings.