| Name | Description |
---|
| CreateLeaderboard | Obsolete.
Deprecated. Use Portal to create leaderboards. Use Cloud Code to dynamically create leaderboards.
|
| GetGlobalLeaderboardEntryCount(Int32, String, ActionInt32) |
Returns the number of entries in a global leaderboard.
|
| GetGlobalLeaderboardEntryCount(Int32, String, Int32, ActionInt32) |
Returns the number of entries in a global leaderboard.
|
| GetGlobalLeaderboardPage(Int32, String, SortOrder, Int32, Int32, ActionRuyiNetLeaderboardPage) |
Retrieves paginated data from a leaderboard.
|
| GetGlobalLeaderboardPage(Int32, String, SortOrder, Int32, Int32, Int32, ActionRuyiNetLeaderboardPage) |
Retrieves paginated data from a leaderboard.
|
| GetGlobalLeaderboardView(Int32, String, SortOrder, Int32, Int32, ActionRuyiNetLeaderboardPage) |
Retrieves data from a leaderboard centered around the current player.
|
| GetGlobalLeaderboardView(Int32, String, SortOrder, Int32, Int32, Int32, ActionRuyiNetLeaderboardPage) |
Retrieves data from a leaderboard centered around the current player.
|
| GetGlobalLeaderVersions |
Retrieves a list of versions available for a leaderboard.
|
| GetGroupSocialLeaderboard |
Retrieves a leaderboard with all the user's friends.
|
| GetPlayerScore(Int32, String, ActionRuyiNetPlayerScore) |
Retrieves the player's score for a leaderboard.
|
| GetPlayerScore(Int32, String, Int32, ActionRuyiNetPlayerScore) |
Retrieves the player's score for a leaderboard.
|
| GetPlayerScoresFromLeaderboards |
Retrieves the current player's scores from multiple leaderboards.
|
| GetPlayersSocialLeaderboard |
Retrieves a leaderboard for all the specified users.
|
| GetSocialLeaderboard |
Retrieves a leaderboard for all the users friends.
|
| ListAllLeaderboards |
Returns a list of all leaderboard configurations for a game.
|
| PostScoreToDynamicLeaderboard(Int32, Int32, String, RuyiNetLeaderboardType, RuyiNetRotationType, Int64, Int32, ActionBoolean) |
Adds a score to a leaderboard that will be dynamically created if it doesn't exist.
|
| PostScoreToDynamicLeaderboard(Int32, Int32, String, RuyiNetLeaderboardType, RuyiNetRotationType, Int64, Int32, String, ActionBoolean) |
Adds a score to a leaderboard that will be dynamically created if it doesn't exist.
|
| PostScoreToLeaderboard(Int32, Int32, String, ActionBoolean) |
Adds a score to a leaderboard.
|
| PostScoreToLeaderboard(Int32, Int32, String, String, ActionBoolean) |
Adds a score to a leaderboard.
|
| RemoveScore(Int32, String, ActionBoolean) |
Removes a score from a leaderboard.
|
| RemoveScore(Int32, String, Int32, ActionBoolean) |
Removes a score from a leaderboard.
|