LambdaHack-0.9.3.1: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.ActorUI

Description

UI aspects of actors.

Synopsis

Documentation

data ActorUI Source #

Constructors

ActorUI 

Fields

Instances
Eq ActorUI Source # 
Instance details

Defined in Game.LambdaHack.Client.UI.ActorUI

Methods

(==) :: ActorUI -> ActorUI -> Bool #

(/=) :: ActorUI -> ActorUI -> Bool #

Show ActorUI Source # 
Instance details

Defined in Game.LambdaHack.Client.UI.ActorUI

Generic ActorUI Source # 
Instance details

Defined in Game.LambdaHack.Client.UI.ActorUI

Associated Types

type Rep ActorUI :: Type -> Type #

Methods

from :: ActorUI -> Rep ActorUI x #

to :: Rep ActorUI x -> ActorUI #

Binary ActorUI Source # 
Instance details

Defined in Game.LambdaHack.Client.UI.ActorUI

Methods

put :: ActorUI -> Put #

get :: Get ActorUI #

putList :: [ActorUI] -> Put #

type Rep ActorUI Source # 
Instance details

Defined in Game.LambdaHack.Client.UI.ActorUI

partActor :: ActorUI -> Part Source #

The part of speech describing the actor.

partPronoun :: ActorUI -> Part Source #

The part of speech containing the actor's pronoun.