Skip to content

GameboardPatrolWaypointRecord

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

Interop record for one patrol waypoint.

coordinates: HexCoordinates

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

Waypoint tile coordinates.


index: number

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

Waypoint index in route order.


routeId: string

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

Patrol route id.


source: GameboardPatrolWaypointSource

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

Source used to create the waypoint.


optional spawnGroupId?: string

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

Spawn group id when sourced from a group.


optional spawnLocationIndex?: number

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

Spawn location index when sourced from a group.


tileKey: string

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

Waypoint tile key.


waypointId: string

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

Waypoint entity id.