Safe Haskell | None |
---|---|
Language | Haskell2010 |
Game.LambdaHack.Client.ClientOptions
Description
Options that affect the behaviour of the client.
Synopsis
- data ClientOptions = ClientOptions {
- sgtkFontFamily :: Maybe Text
- sdlFontFile :: Maybe Text
- sdlTtfSizeAdd :: Maybe Int
- sdlFonSizeAdd :: Maybe Int
- sfontSize :: Maybe Int
- scolorIsBold :: Maybe Bool
- slogPriority :: Maybe Int
- smaxFps :: Maybe Int
- sdisableAutoYes :: Bool
- snoAnim :: Maybe Bool
- snewGameCli :: Bool
- sbenchmark :: Bool
- stitle :: Maybe Text
- sfontDir :: Maybe FilePath
- ssavePrefixCli :: String
- sfrontendTeletype :: Bool
- sfrontendNull :: Bool
- sfrontendLazy :: Bool
- sdbgMsgCli :: Bool
- sstopAfterSeconds :: Maybe Int
- sstopAfterFrames :: Maybe Int
- sprintEachScreen :: Bool
- defClientOptions :: ClientOptions
Documentation
data ClientOptions Source #
Options that affect the behaviour of the client (but not game rules).
Constructors
ClientOptions | |
Fields
|
Instances
defClientOptions :: ClientOptions Source #
Default value of client options.