GameboardSpawnGroupRouteRecord
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:188
Interop route-check record between spawn groups.
Extends
Section titled “Extends”Properties
Section titled “Properties”cost:
number
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:82
Route cost.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.cost
found:
boolean
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:74
Whether a route was found.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.found
fromGroupId
Section titled “fromGroupId”fromGroupId:
string
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:70
Source group id.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.fromGroupId
fromKey?
Section titled “fromKey?”
optionalfromKey?:string
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:76
Source location tile key.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.fromKey
pathKeys
Section titled “pathKeys”pathKeys: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:80
Path tile keys for the best route.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.pathKeys
toGroupId
Section titled “toGroupId”toGroupId:
string
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:72
Target group id.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.toGroupId
toKey?
Section titled “toKey?”
optionaltoKey?:string
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:78
Target location tile key.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.toKey
visited
Section titled “visited”visited:
number
Defined in: packages/declarative-hex-worlds/src/gameboard/spawn-groups.ts:84
Number of nodes visited by the pathfinder.
Inherited from
Section titled “Inherited from”GameboardSpawnGroupRoute.visited