| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Swarm.Game.State.Config
Description
Config data required by initializers of the
GameState record and its subrecords.
Synopsis
- data GameStateConfig = GameStateConfig {
- initAppDataMap :: Map Text Text
- nameParts :: NameGenerator
- startPaused :: Bool
- pauseOnObjectiveCompletion :: Bool
- initState :: GameStateInputs
Documentation
data GameStateConfig Source #
Record to pass information needed to create an initial
GameState record when starting a scenario.
Constructors
| GameStateConfig | |
Fields
| |