• Home
  • Raw
  • Download

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 &quot;currentSteps&quot;: 42, # The current steps recorded for this incremental achievement.
126 …ked&quot;: True or False, # Whether the current steps for the achievement has reached the number o…
157 &quot;currentSteps&quot;: 42, # The current steps for an incremental achievement.
159 …&quot;formattedCurrentStepsString&quot;: &quot;A String&quot;, # 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 &quot;currentSteps&quot;: 42, # The current steps recorded for this incremental achievement.
222 …ked&quot;: True or False, # Whether the current steps for the achievement has reached the number o…
262 &quot;steps&quot;: 42, # The number of steps to be incremented.
267 &quot;steps&quot;: 42, # The minimum number of steps for the achievement to be set to.
288 …&quot;currentSteps&quot;: 42, # The current steps recorded for this achievement if it is increment…