LambdaHack-0.10.2.0: 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

Instances details
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

type Rep ActorUI = D1 ('MetaData "ActorUI" "Game.LambdaHack.Client.UI.ActorUI" "LambdaHack-0.10.2.0-inplace" 'False) (C1 ('MetaCons "ActorUI" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bsymbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Char) :*: S1 ('MetaSel ('Just "bname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "bpronoun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bcolor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Color))))

partActor :: ActorUI -> Part Source #

The part of speech describing the actor.

partPronoun :: ActorUI -> Part Source #

The part of speech containing the actor's pronoun.