• 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)</a></code></p>
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)
112 "currentSteps": 42, # The current steps recorded for this incremental achievement.
113 …Unlocked": True or False, # Whether the current steps for the achievement has reached the number o…
148 "currentSteps": 42, # The current steps for an incremental achievement.
150 …"formattedCurrentStepsString": "A String", # The current steps for an incremental achievement as a…
192 <code class="details" id="setStepsAtLeast">setStepsAtLeast(achievementId, steps)</code>
193 … the steps for the currently authenticated player towards unlocking an achievement. If the steps p…
197 steps: integer, The minimum value to set the steps to. (required)
202 { # This is a JSON template for an achievement set steps at least response.
203 "currentSteps": 42, # The current steps recorded for this incremental achievement.
204 …cked": True or False, # Whether the the current steps for the achievement has reached the number o…
240 "steps": 42, # The minimum number of steps for the achievement to be set to.
252 "steps": 42, # The number of steps to be incremented.
270 "currentSteps": 42, # The current steps recorded for this achievement if it is incremental.