| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Settings.FortSettings
Documentation
data FortSettings Source #
Constructors
| FortSettings | |
Instances
| Eq FortSettings Source # | |
| Show FortSettings Source # | |
| Default FortSettings Source # | |
| Message FortSettings Source # | |
| HasField "deployAttackMultiplier" FortSettings FortSettings Source # | |
| HasField "deployStaminaMultiplier" FortSettings FortSettings Source # | |
| HasField "farInteractionRangeMeters" FortSettings FortSettings Source # | |
| HasField "interactionRangeMeters" FortSettings FortSettings Source # | |
| HasField "maxPlayerDeployedPokemon" FortSettings FortSettings Source # | |
| HasField "maxTotalDeployedPokemon" FortSettings FortSettings Source # | |
| type Field "deployAttackMultiplier" FortSettings Source # | |
| type Field "deployStaminaMultiplier" FortSettings Source # | |
| type Field "farInteractionRangeMeters" FortSettings Source # | |
| type Field "interactionRangeMeters" FortSettings Source # | |
| type Field "maxPlayerDeployedPokemon" FortSettings Source # | |
| type Field "maxTotalDeployedPokemon" FortSettings Source # | |
deployAttackMultiplier :: forall msg msg'. HasField "deployAttackMultiplier" msg msg' => Lens msg msg' (Field "deployAttackMultiplier" msg) (Field "deployAttackMultiplier" msg') Source #
deployStaminaMultiplier :: forall msg msg'. HasField "deployStaminaMultiplier" msg msg' => Lens msg msg' (Field "deployStaminaMultiplier" msg) (Field "deployStaminaMultiplier" msg') Source #
farInteractionRangeMeters :: forall msg msg'. HasField "farInteractionRangeMeters" msg msg' => Lens msg msg' (Field "farInteractionRangeMeters" msg) (Field "farInteractionRangeMeters" msg') Source #
interactionRangeMeters :: forall msg msg'. HasField "interactionRangeMeters" msg msg' => Lens msg msg' (Field "interactionRangeMeters" msg) (Field "interactionRangeMeters" msg') Source #