GameboardPatrolRouteRecord
Defined in: src/interop/interop.ts:191
Interop record for one patrol route.
Properties
Section titled “Properties”cost:
number
Defined in: src/interop/interop.ts:203
Total route cost.
errors
Section titled “errors”errors: readonly
string[]
Defined in: src/interop/interop.ts:211
Fatal route diagnostics.
found:
boolean
Defined in: src/interop/interop.ts:201
Whether all required route segments were found.
loop:
boolean
Defined in: src/interop/interop.ts:199
Whether the route loops.
pathKeys
Section titled “pathKeys”pathKeys: readonly
string[]
Defined in: src/interop/interop.ts:207
Combined path tile keys.
requestedWaypointCount
Section titled “requestedWaypointCount”requestedWaypointCount:
number
Defined in: src/interop/interop.ts:195
Requested waypoint count.
routeId
Section titled “routeId”routeId:
string
Defined in: src/interop/interop.ts:193
Patrol route id.
selectedWaypointCount
Section titled “selectedWaypointCount”selectedWaypointCount:
number
Defined in: src/interop/interop.ts:197
Selected waypoint count.
visited
Section titled “visited”visited:
number
Defined in: src/interop/interop.ts:205
Total pathfinder visits.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/interop/interop.ts:209
Non-fatal route diagnostics.