Skip to content

GameboardPatrolWaypointRecord

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:219

Interop record for one patrol waypoint.

coordinates: HexCoordinates

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:227

Waypoint tile coordinates.


index: number

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:229

Waypoint index in route order.


routeId: string

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:221

Patrol route id.


source: GameboardPatrolWaypointSource

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:231

Source used to create the waypoint.


optional spawnGroupId?: string

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:233

Spawn group id when sourced from a group.


optional spawnLocationIndex?: number

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:235

Spawn location index when sourced from a group.


tileKey: string

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:225

Waypoint tile key.


waypointId: string

Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:223

Waypoint entity id.