| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Game.LambdaHack.Common.Response
Description
Abstract syntax of client commands. See https://github.com/LambdaHack/LambdaHack/wiki/Client-server-architecture.
Documentation
data ResponseAI Source
Abstract syntax of client commands that don't use the UI.
Constructors
| RespUpdAtomicAI !UpdAtomic | |
| RespQueryAI !ActorId | |
| RespPingAI |
Instances
data ResponseUI Source
Abstract syntax of client commands that use the UI.
Constructors
| RespUpdAtomicUI !UpdAtomic | |
| RespSfxAtomicUI !SfxAtomic | |
| RespQueryUI | |
| RespPingUI |
Instances