GameboardSpawnGroupRecord
Defined in: src/interop/interop.ts:150
Interop record for one spawn group.
Properties
Section titled “Properties”candidateCount
Section titled “candidateCount”candidateCount:
number
Defined in: src/interop/interop.ts:158
Number of candidate locations.
errors
Section titled “errors”errors: readonly
string[]
Defined in: src/interop/interop.ts:164
Fatal group diagnostics.
groupId
Section titled “groupId”groupId:
string
Defined in: src/interop/interop.ts:152
Spawn group id.
rejectedByGroupDistanceCount
Section titled “rejectedByGroupDistanceCount”rejectedByGroupDistanceCount:
number
Defined in: src/interop/interop.ts:160
Number of candidates rejected by group-distance filtering.
requestedCount
Section titled “requestedCount”requestedCount:
number
Defined in: src/interop/interop.ts:154
Number of requested locations.
selectedCount
Section titled “selectedCount”selectedCount:
number
Defined in: src/interop/interop.ts:156
Number of selected locations.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/interop/interop.ts:162
Non-fatal group diagnostics.