LambdaHack-0.6.2.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Server.HandleAtomicM

Contents

Description

Handle atomic commands before they are executed to change State and sent to clients.

Synopsis

Documentation

cmdAtomicSemSer :: MonadServer m => UpdAtomic -> m () Source #

Effect of atomic actions on server state is calculated with the global state from before the command is executed.

Internal operations