Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Swarm.TUI.View.CellDisplay
Synopsis
- drawLoc :: Bool -> GameState -> Coords -> Widget Name
- displayTerrainCell :: GameState -> Coords -> Display
- displayEntityCell :: GameState -> Coords -> [Display]
- displayRobotCell :: GameState -> Coords -> [Display]
- displayLoc :: Bool -> GameState -> Coords -> Display
- data HideEntity
- hidingMode :: GameState -> HideEntity
Documentation
drawLoc :: Bool -> GameState -> Coords -> Widget Name Source #
Render the Display
for a specific location.
data HideEntity Source #
Constructors
HideAllEntities | |
HideNoEntity | |
HideEntityUnknownTo Robot |
hidingMode :: GameState -> HideEntity Source #