Phaser API Documentation

  Version: 
getEntryCount()

Description:

Fetches the total number of player entries in the leaderboard.

The data is requested in an async call, so the result isn't available immediately.

When the call completes this Leaderboard will emit the getentrycount event along with the count and name of the Leaderboard.

Returns:
Description:

This Leaderboard instance.

Since: 3.13.0
Source: src//Leaderboard.js (Line 107)