Skip to content

useGameboardActorsForTile

useGameboardActorsForTile(coordinates): readonly GameboardActorSnapshot[]

Defined in: src/react/react.ts:569

Read actor snapshots whose placement origin is one tile.

Use this when hover panels, tile inspectors, collision probes, or ECS mirrors need actor kind, team, hostility, tags, and interaction flags for a single hex without filtering the whole actor list in component code.

string | HexCoordinates

readonly GameboardActorSnapshot[]