Phaser API Documentation

  Version: 
scores: Array.<LeaderboardScore>

Description:

The scores in the Leaderboard from the currently requested range. This value defaults to an empty array. Populate it via the getScores() method. The contents of this array are reset each time getScores() is called.

Type:
Array.<LeaderboardScore>
Since: 3.13.0
Source: src//Leaderboard.js (Line 93)