Home
last modified time | relevance | path

Searched refs:stepsToIncrement (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DAchievements.php43 * @param int $stepsToIncrement The number of steps to increment.
51 public function increment($achievementId, $stepsToIncrement, $optParams = []) argument
53 $params = ['achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGames.php115 'stepsToIncrement' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php64 * @param int $stepsToIncrement The number of steps to increment.
70 public function increment($achievementId, $stepsToIncrement, $optParams = array()) { argument
71 $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement);