Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-games Gogol.Games.Types No documentation available.
pattern
AchievementUpdateRequest_UpdateType_SETSTEPSATLEAST :: AchievementUpdateRequest_UpdateTypegogol-games Gogol.Games.Types Achievement progress is set to at least the passed value.
data
GamesAchievementSetStepsAtLeast gogol-games Gogol.Games.Types The payload to request to increment an achievement. See: newGamesAchievementSetStepsAtLeast smart constructor.
GamesAchievementSetStepsAtLeast :: Maybe Text -> Maybe Int32 -> GamesAchievementSetStepsAtLeastgogol-games Gogol.Games.Types No documentation available.
currentSteps :: AchievementIncrementResponse -> Maybe Int32gogol-games Gogol.Games.Types The current steps recorded for this incremental achievement.
currentSteps :: AchievementSetStepsAtLeastResponse -> Maybe Int32gogol-games Gogol.Games.Types The current steps recorded for this incremental achievement.
currentSteps :: AchievementUpdateResponse -> Maybe Int32gogol-games Gogol.Games.Types The current steps recorded for this achievement if it is incremental.
currentSteps :: PlayerAchievement -> Maybe Int32gogol-games Gogol.Games.Types The current steps for an incremental achievement.
formattedCurrentStepsString :: PlayerAchievement -> Maybe Textgogol-games Gogol.Games.Types The current steps for an incremental achievement as a string.
formattedTotalSteps :: AchievementDefinition -> Maybe Textgogol-games Gogol.Games.Types The total steps for an incremental achievement as a string.