useGameboardActorsForTile
useGameboardActorsForTile(
coordinates): readonlyGameboardActorSnapshot[]
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.
Parameters
Section titled “Parameters”coordinates
Section titled “coordinates”string | HexCoordinates
Returns
Section titled “Returns”readonly GameboardActorSnapshot[]