Safe Haskell | None |
---|---|
Language | Haskell2010 |
Personal game configuration file type definitions.
- data Config = Config {
- configCommands :: ![(KM, CmdTriple)]
- configHeroNames :: ![(Int, (Text, Text))]
- configVi :: !Bool
- configLaptop :: !Bool
- configGtkFontFamily :: !Text
- configSdlFontFile :: !Text
- configSdlTtfSizeAdd :: !Int
- configSdlFonSizeAdd :: !Int
- configFontSize :: !Int
- configColorIsBold :: !Bool
- configHistoryMax :: !Int
- configMaxFps :: !Int
- configNoAnim :: !Bool
- configRunStopMsgs :: !Bool
- configCmdline :: ![String]
- mkConfig :: COps -> Bool -> IO Config
- applyConfigToDebug :: COps -> Config -> DebugModeCli -> DebugModeCli
Documentation
Fully typed contents of the UI config file. This config is a part of a game client.
Config | |
|
applyConfigToDebug :: COps -> Config -> DebugModeCli -> DebugModeCli Source #