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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.HumanCmd

Description

Abstract syntax human player commands.

Synopsis

Documentation

noRemoteHumanCmd :: HumanCmd -> Bool Source

Commands that are forbidden on a remote level, because they would usually take time when invoked on one. Note that some commands that take time are not included, because they don't take time in targeting mode.

cmdDescription :: HumanCmd -> Text Source

Description of player commands.