| RuyiNetLeaderboardServiceRemoveScore Method (Int32, String, Int32, ActionBoolean) |
[This is preliminary documentation and is subject to change.]
Removes a score from a leaderboard.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void RemoveScore(
int index,
string leaderboardId,
int versionId,
Action<bool> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - leaderboardId
- Type: SystemString
The ID of the leaderboard to remove the score from. - versionId
- Type: SystemInt32
The version of the leaderboard to remove the score from. - callback
- Type: SystemActionBoolean
The function to call when the data is retrieved.
See Also