Ejemplo n.º 1
0
 /**
  * Returns an array containing all of this game's leaderboards
  *
  * @return array The leaderboards for this game
  */
 public function getLeaderboards()
 {
     return GameLeaderboard::getLeaderboards($this->appId);
 }
Ejemplo n.º 2
0
 /**
  * Returns an array containing all of this game's leaderboards
  *
  * @return array The leaderboards for this game
  */
 public function getLeaderboards()
 {
     return GameLeaderboard::getLeaderboards($this->shortName);
 }