| RuyiNetLeaderboardServiceGetPlayerScore Method (Int32, String, ActionRuyiNetPlayerScore) |
[This is preliminary documentation and is subject to change.]
Retrieves the player's score for a leaderboard.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetPlayerScore(
int index,
string leaderboardId,
Action<RuyiNetPlayerScore> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - leaderboardId
- Type: SystemString
The ID of the leaderboard to retrieve. - callback
- Type: SystemActionRuyiNetPlayerScore
The function to call when the data is retrieved.
See Also