| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.Game.Step.Util.Inspect
Contents
Description
Utilities for querying robots and their neighbors
Synopsis
- getNeighborLocs :: Cosmic Location -> [Cosmic Location]
- robotWithID :: Has (State GameState) sig m => RID -> m (Maybe Robot)
- robotWithName :: Has (State GameState) sig m => Text -> m (Maybe Robot)