GameboardPatrolRouteSet
Defined in: src/gameboard/navigation.ts:414
Result for planning a set of patrol routes.
Properties
Section titled “Properties”errors
Section titled “errors”errors: readonly
string[]
Defined in: src/gameboard/navigation.ts:424
All errors prefixed by route id.
routeCount
Section titled “routeCount”routeCount:
number
Defined in: src/gameboard/navigation.ts:418
Number of routes planned.
routes
Section titled “routes”routes: readonly
GameboardPatrolRoutePlan[]
Defined in: src/gameboard/navigation.ts:420
Planned routes.
seed:
string
Defined in: src/gameboard/navigation.ts:416
Seed used by the route set.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/gameboard/navigation.ts:422
All warnings prefixed by route id.