LambdaHack-0.2.10.6: A roguelike game engine in early and active development

Safe HaskellNone

Game.LambdaHack.Client.HumanCmd

Description

Abstract syntax human player commands.

Synopsis

Documentation

majorHumanCmd :: HumanCmd -> BoolSource

Major commands land on the first page of command help.

minorHumanCmd :: HumanCmd -> BoolSource

Minor commands land on the second page of command help.

noRemoteHumanCmd :: HumanCmd -> BoolSource

Commands that are forbidden on a remote level, because they would usually take time when invoked on one. Not that movement commands are not included, because they take time on normal levels, but don't take time on remote levels, that is, in targeting mode.

cmdDescription :: HumanCmd -> TextSource

Description of player commands.