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.
data
GamesAchievementsSetStepsAtLeast gogol-games Gogol.Games Sets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified. See: newGamesAchievementsSetStepsAtLeast smart constructor.
-
gogol-games Gogol.Games No documentation available.
-
gogol-games Gogol.Games A resource alias for games.achievements.setStepsAtLeast method which the GamesAchievementsSetStepsAtLeast request conforms to.
currentSteps :: AchievementIncrementResponse -> Maybe Int32gogol-games Gogol.Games The current steps recorded for this incremental achievement.
currentSteps :: AchievementSetStepsAtLeastResponse -> Maybe Int32gogol-games Gogol.Games The current steps recorded for this incremental achievement.
currentSteps :: AchievementUpdateResponse -> Maybe Int32gogol-games Gogol.Games The current steps recorded for this achievement if it is incremental.
currentSteps :: PlayerAchievement -> Maybe Int32gogol-games Gogol.Games The current steps for an incremental achievement.
formattedCurrentStepsString :: PlayerAchievement -> Maybe Textgogol-games Gogol.Games The current steps for an incremental achievement as a string.
formattedTotalSteps :: AchievementDefinition -> Maybe Textgogol-games Gogol.Games The total steps for an incremental achievement as a string.
newAchievementSetStepsAtLeastResponse :: AchievementSetStepsAtLeastResponsegogol-games Gogol.Games Creates a value of AchievementSetStepsAtLeastResponse with the minimum fields required to make a request.