Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboardEntry.php47 public $scoreValue; variable in Google\\Service\\Games\\LeaderboardEntry
144 public function setScoreValue($scoreValue) argument
146 $this->scoreValue = $scoreValue;
153 return $this->scoreValue;
H A DPlayerLeaderboardScore.php48 public $scoreValue; variable in Google\\Service\\Games\\PlayerLeaderboardScore
147 public function setScoreValue($scoreValue) argument
149 $this->scoreValue = $scoreValue;
156 return $this->scoreValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1244 public $scoreValue; variable in Google_LeaderboardEntry
1277 public function setScoreValue( $scoreValue) { argument
1278 $this->scoreValue = $scoreValue;
1281 return $this->scoreValue;
1660 public $scoreValue; variable in Google_PlayerLeaderboardScore
1690 public function setScoreValue( $scoreValue) { argument
1691 $this->scoreValue = $scoreValue;
1694 return $this->scoreValue;