• Home
  • Raw
  • Download

Lines Matching full:steps

79 <p class="firstline">Increments the steps of the achievement with the given ID for the currently au…
90 …<code><a href="#setStepsAtLeast">setStepsAtLeast(achievementId, steps, consistencyToken=None)</a><…
91 … the steps for the currently authenticated player towards unlocking an achievement. If the steps p…
101 …<pre>Increments the steps of the achievement with the given ID for the currently authenticated pla…
105 stepsToIncrement: integer, The number of steps to increment. (required)
113 "currentSteps": 42, # The current steps recorded for this incremental achievement.
114 …Unlocked": True or False, # Whether the current steps for the achievement has reached the number o…
150 "currentSteps": 42, # The current steps for an incremental achievement.
152 …"formattedCurrentStepsString": "A String", # The current steps for an incremental achievement as a…
195 …<code class="details" id="setStepsAtLeast">setStepsAtLeast(achievementId, steps, consistencyToken=…
196 … the steps for the currently authenticated player towards unlocking an achievement. If the steps p…
200 steps: integer, The minimum value to set the steps to. (required)
206 { # This is a JSON template for an achievement set steps at least response.
207 "currentSteps": 42, # The current steps recorded for this incremental achievement.
208 …cked": True or False, # Whether the the current steps for the achievement has reached the number o…
244 "steps": 42, # The minimum number of steps for the achievement to be set to.
256 "steps": 42, # The number of steps to be incremented.
274 "currentSteps": 42, # The current steps recorded for this achievement if it is incremental.