Combu
3.2.2
Unity API Documentation
|
This is the complete list of members for Combu.CombuPlatform, including all inherited members.
Authenticate(ILocalUser user, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
Authenticate(string username, string password, System.Action< bool, string > callback) | Combu.CombuPlatform | virtual |
Authenticate(ILocalUser user, System.Action< bool, string > callback) | Combu.CombuPlatform | virtual |
Authenticate< T >(string username, string password, System.Action< bool, string > callback) | Combu.CombuPlatform | virtual |
CreateAchievement() | Combu.CombuPlatform | virtual |
CreateLeaderboard() | Combu.CombuPlatform | virtual |
GetLoading(ILeaderboard board) | Combu.CombuPlatform | virtual |
LoadAchievementDescriptions(System.Action< IAchievementDescription[]> callback) | Combu.CombuPlatform | virtual |
LoadAchievements(System.Action< IAchievement[]> callback) | Combu.CombuPlatform | virtual |
LoadAchievements< T >(System.Action< T[]> callback) | Combu.CombuPlatform | virtual |
LoadFriends(ILocalUser user, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
LoadScores(string leaderboardID, System.Action< IScore[]> callback) | Combu.CombuPlatform | virtual |
LoadScores(string leaderboardID, int page, int countPerPage, System.Action< IScore[]> callback) | Combu.CombuPlatform | virtual |
LoadScores(string leaderboardID, TimeScope timeScope, int page, int countPerPage, System.Action< IScore[]> callback) | Combu.CombuPlatform | |
LoadScores(ILeaderboard board, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
LoadScoresByUser(string leaderboardId, User user, eLeaderboardInterval interval, int limit, System.Action< Score, int, string > callback) | Combu.CombuPlatform | virtual |
LoadUsers(string[] userIDs, System.Action< IUserProfile[]> callback) | Combu.CombuPlatform | virtual |
localUser (defined in Combu.CombuPlatform) | Combu.CombuPlatform | |
Logout(System.Action callback) | Combu.CombuPlatform | virtual |
ReportProgress(string achievementId, double progress, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
ReportProgress(string achievementId, int progress, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
ReportScore(long score, string board, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
ReportScore(string score, string board, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
ReportScore(string score, string board, string username, System.Action< bool > callback) | Combu.CombuPlatform | virtual |
ResetAllAchievements(System.Action< bool > callback) | Combu.CombuPlatform | static |
SetLocalUser(User user) | Combu.CombuPlatform | virtual |
ShowAchievementsUI() | Combu.CombuPlatform | virtual |
ShowLeaderboardUI() | Combu.CombuPlatform | virtual |