GameboardSpawnGroupRouteRecord
Defined in: src/interop/interop.ts:186
Interop route-check record between spawn groups.
Extends
Section titled “Extends”Properties
Section titled “Properties”cost:
number
Defined in: src/gameboard/navigation.ts:241
Route cost.
Inherited from
Section titled “Inherited from”found:
boolean
Defined in: src/gameboard/navigation.ts:233
Whether a route was found.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.found
fromGroupId
Section titled “fromGroupId”fromGroupId:
string
Defined in: src/gameboard/navigation.ts:229
Source group id.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.fromGroupId
fromKey?
Section titled “fromKey?”
optionalfromKey?:string
Defined in: src/gameboard/navigation.ts:235
Source location tile key.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.fromKey
pathKeys
Section titled “pathKeys”pathKeys: readonly
string[]
Defined in: src/gameboard/navigation.ts:239
Path tile keys for the best route.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.pathKeys
toGroupId
Section titled “toGroupId”toGroupId:
string
Defined in: src/gameboard/navigation.ts:231
Target group id.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.toGroupId
toKey?
Section titled “toKey?”
optionaltoKey?:string
Defined in: src/gameboard/navigation.ts:237
Target location tile key.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.toKey
visited
Section titled “visited”visited:
number
Defined in: src/gameboard/navigation.ts:243
Number of nodes visited by the pathfinder.