Home
last modified time | relevance | path

Searched refs:currentSteps (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementIncrementResponse.php25 public $currentSteps; variable in Google\\Service\\Games\\AchievementIncrementResponse
38 public function setCurrentSteps($currentSteps) argument
40 $this->currentSteps = $currentSteps;
47 return $this->currentSteps;
H A DAchievementSetStepsAtLeastResponse.php25 public $currentSteps; variable in Google\\Service\\Games\\AchievementSetStepsAtLeastResponse
38 public function setCurrentSteps($currentSteps) argument
40 $this->currentSteps = $currentSteps;
47 return $this->currentSteps;
H A DAchievementUpdateResponse.php33 public $currentSteps; variable in Google\\Service\\Games\\AchievementUpdateResponse
78 public function setCurrentSteps($currentSteps) argument
80 $this->currentSteps = $currentSteps;
87 return $this->currentSteps;
H A DPlayerAchievement.php29 public $currentSteps; variable in Google\\Service\\Games\\PlayerAchievement
68 public function setCurrentSteps($currentSteps) argument
70 $this->currentSteps = $currentSteps;
77 return $this->currentSteps;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php743 public $currentSteps; variable in Google_AchievementIncrementResponse
746 public function setCurrentSteps( $currentSteps) { argument
747 $this->currentSteps = $currentSteps;
750 return $this->currentSteps;
1583 public $currentSteps; variable in Google_PlayerAchievement
1594 public function setCurrentSteps( $currentSteps) { argument
1595 $this->currentSteps = $currentSteps;
1598 return $this->currentSteps;
/plugin/database/
H A Ddatabase.php1650 var $currentSteps =0; variable in Display
2077 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++;