| RuyiNetLeaderboardServiceGetGlobalLeaderboardEntryCount Method (Int32, String, Int32, ActionInt32) |
[This is preliminary documentation and is subject to change.]
Returns the number of entries in a global leaderboard.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetGlobalLeaderboardEntryCount(
int index,
string leaderboardId,
int versionId,
Action<int> callback
)
Parameters
- index
- Type: SystemInt32
The index of the client calling the operation. - leaderboardId
- Type: SystemString
The ID of the leaderboard to retrieve data for. - versionId
- Type: SystemInt32
The version of the leaderboard to retrieve data for. - callback
- Type: SystemActionInt32
Callback to call when the data is returned.
See Also