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

Game.LambdaHack.Server.ItemM

Description

Server operations for items.

Synopsis

Documentation

placeItemsInDungeon :: forall m. MonadServerAtomic m => EnumMap LevelId (EnumMap FactionId Point) -> m () Source #

mapActorCStore_ :: MonadServer m => CStore -> (ItemId -> ItemQuant -> m ()) -> Actor -> m () Source #

Mapping over actor's items from a give store.

Internal operations