LambdaHack-0.11.0.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers
Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Watch.WatchSfxAtomicM

Description

Display atomic SFX commands received by the client.

Synopsis

Documentation

watchRespSfxAtomicUI :: MonadClientUI m => SfxAtomic -> m () Source #

Display special effects (text, animation) sent to the client. Don't modify client state (except a few fields), but only client session (e.g., by displaying messages). This is enforced by types.

Internal operations