/** * 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); }
/** * 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); }