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

Game.LambdaHack.Client.UI.Watch.WatchCommonM

Description

Common code for displaying atomic update and SFX commands.

Synopsis

Documentation

pushFrame :: MonadClientUI m => Bool -> m () Source #

Push the frame depicting the current level to the frame queue. Only one line of the report is shown, as in animations, because it may not be our turn, so we can't clear the message to see what is underneath.

aidVerbMU :: (MonadClientUI m, MsgShared a) => a -> ActorId -> Part -> m () Source #

Internal operations