Beamable SDK
|
This class defines the main entry point for the Tournaments feature. More...
Public Member Functions | |
Promise< TournamentInfo > | GetTournamentInfo (string tournamentContentId) |
Promise< TournamentInfoResponse > | GetAllTournaments () |
Promise< TournamentChampionsResponse > | GetChampions (string tournamentId, int cycleLimit=30) |
Promise< TournamentStandingsResponse > | GetGlobalStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1) |
Promise< TournamentStandingsResponse > | GetStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1) |
Promise< TournamentRewardsResponse > | GetUnclaimedRewards (string tournamentId) |
Promise< TournamentRewardsResponse > | ClaimAllRewards (string tournamentId) |
Promise< TournamentPlayerStatus > | JoinTournament (string tournamentId, double startScore=0) |
Promise< Unit > | SetScore (string tournamentId, long dbid, double score) |
Promise< TournamentPlayerStatusResponse > | GetPlayerStatus () |
Promise< string > | GetPlayerAlias (long playerId, string statName="alias") |
Promise< string > | GetPlayerAvatar (long playerId, string statName="avatar") |
This class defines the main entry point for the Tournaments feature.