GameboardNeighborhoodInspection
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:345
Actor-aware inspection for a ring or radius around a center tile.
Properties
Section titled “Properties”actors
Section titled “actors”actors: readonly
GameboardActorSnapshot[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:355
Unique actors found in matching tiles.
blockingTileKeys
Section titled “blockingTileKeys”blockingTileKeys: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:367
Tile keys with blocking placements.
center
Section titled “center”center:
HexCoordinates
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:347
Resolved center coordinates.
centerKey
Section titled “centerKey”centerKey:
string
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:349
Resolved center tile key.
enterableTileKeys
Section titled “enterableTileKeys”enterableTileKeys: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:363
Tile keys that can be entered.
hostileActors
Section titled “hostileActors”hostileActors: readonly
GameboardActorSnapshot[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:357
Unique hostile actors found in matching tiles.
interactiveActors
Section titled “interactiveActors”interactiveActors: readonly
GameboardActorSnapshot[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:359
Unique interactive actors found in matching tiles.
occupiedTileKeys
Section titled “occupiedTileKeys”occupiedTileKeys: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:365
Tile keys with gameplay occupancy.
propActors
Section titled “propActors”propActors: readonly
GameboardActorSnapshot[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:361
Unique prop actors found in matching tiles.
radius
Section titled “radius”radius:
number
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:351
Normalized inspection radius.
tiles: readonly
GameboardNeighborhoodTileInspection[]
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:353
Matching tile inspections sorted by distance and tile key.