Skip to content

GameboardPatrolRouteRecord

Defined in: src/interop/interop.ts:191

Interop record for one patrol route.

cost: number

Defined in: src/interop/interop.ts:203

Total route cost.


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: readonly string[]

Defined in: src/interop/interop.ts:207

Combined path tile keys.


requestedWaypointCount: number

Defined in: src/interop/interop.ts:195

Requested waypoint count.


routeId: string

Defined in: src/interop/interop.ts:193

Patrol route id.


selectedWaypointCount: number

Defined in: src/interop/interop.ts:197

Selected waypoint count.


visited: number

Defined in: src/interop/interop.ts:205

Total pathfinder visits.


warnings: readonly string[]

Defined in: src/interop/interop.ts:209

Non-fatal route diagnostics.