Searched refs:currentSteps (Results 1 – 6 of 6) sorted by relevance
25 public $currentSteps; variable in Google\\Service\\Games\\AchievementIncrementResponse38 public function setCurrentSteps($currentSteps) argument40 $this->currentSteps = $currentSteps;47 return $this->currentSteps;
25 public $currentSteps; variable in Google\\Service\\Games\\AchievementSetStepsAtLeastResponse38 public function setCurrentSteps($currentSteps) argument40 $this->currentSteps = $currentSteps;47 return $this->currentSteps;
33 public $currentSteps; variable in Google\\Service\\Games\\AchievementUpdateResponse78 public function setCurrentSteps($currentSteps) argument80 $this->currentSteps = $currentSteps;87 return $this->currentSteps;
29 public $currentSteps; variable in Google\\Service\\Games\\PlayerAchievement68 public function setCurrentSteps($currentSteps) argument70 $this->currentSteps = $currentSteps;77 return $this->currentSteps;
743 public $currentSteps; variable in Google_AchievementIncrementResponse746 public function setCurrentSteps( $currentSteps) { argument747 $this->currentSteps = $currentSteps;750 return $this->currentSteps;1583 public $currentSteps; variable in Google_PlayerAchievement1594 public function setCurrentSteps( $currentSteps) { argument1595 $this->currentSteps = $currentSteps;1598 return $this->currentSteps;
1650 var $currentSteps =0; variable in Display2077 if (substr($p_string,0,3)=='</t') $this->currentSteps--;2081 ptln( $p_string, $this->currentSteps*$INCREMENT);2083 if (substr($p_string,0,2)=='<t') $this->currentSteps++;