Lines Matching full:steps
82 <p class="firstline">Increments the steps of the achievement with the given ID for the currently au…
93 …<code><a href="#setStepsAtLeast">setStepsAtLeast(achievementId, steps, x__xgafv=None)</a></code></…
94 … the steps for the currently authenticated player towards unlocking an achievement. If the steps p…
109 …<pre>Increments the steps of the achievement with the given ID for the currently authenticated pla…
113 stepsToIncrement: integer, The number of steps to increment. (required)
124 "currentSteps": 42, # The current steps recorded for this incremental achievement.
126 …ked": True or False, # Whether the current steps for the achievement has reached the number o…
157 "currentSteps": 42, # The current steps for an incremental achievement.
159 …"formattedCurrentStepsString": "A String", # The current steps for an incremen…
205 …<code class="details" id="setStepsAtLeast">setStepsAtLeast(achievementId, steps, x__xgafv=None)</c…
206 … the steps for the currently authenticated player towards unlocking an achievement. If the steps p…
210 steps: integer, The minimum value to set the steps to. (required)
219 { # An achievement set steps at least response.
220 "currentSteps": 42, # The current steps recorded for this incremental achievement.
222 …ked": True or False, # Whether the current steps for the achievement has reached the number o…
262 "steps": 42, # The number of steps to be incremented.
267 "steps": 42, # The minimum number of steps for the achievement to be set to.
288 …"currentSteps": 42, # The current steps recorded for this achievement if it is increment…