GameboardPatrolWaypointRecord
Defined in: src/interop/interop.ts:217
Interop record for one patrol waypoint.
Properties
Section titled “Properties”coordinates
Section titled “coordinates”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
Section titled “routeId”routeId:
string
Defined in: src/interop/interop.ts:219
Patrol route id.
source
Section titled “source”source:
GameboardPatrolWaypointSource
Defined in: src/interop/interop.ts:229
Source used to create the waypoint.
spawnGroupId?
Section titled “spawnGroupId?”
optionalspawnGroupId?:string
Defined in: src/interop/interop.ts:231
Spawn group id when sourced from a group.
spawnLocationIndex?
Section titled “spawnLocationIndex?”
optionalspawnLocationIndex?:number
Defined in: src/interop/interop.ts:233
Spawn location index when sourced from a group.
tileKey
Section titled “tileKey”tileKey:
string
Defined in: src/interop/interop.ts:223
Waypoint tile key.
waypointId
Section titled “waypointId”waypointId:
string
Defined in: src/interop/interop.ts:221
Waypoint entity id.