Beamable SDK
Public Member Functions | List of all members
Core.Platform.SDK.Tournaments.ITournamentService Interface Reference
Inheritance diagram for Core.Platform.SDK.Tournaments.ITournamentService:
Inheritance graph
[legend]

Public Member Functions

Promise< TournamentInfoGetTournamentInfo (string tournamentContentId)
 
Promise< TournamentInfoResponseGetAllTournaments ()
 
Promise< TournamentChampionsResponseGetChampions (string tournamentId, int cycleLimit=30)
 
Promise< TournamentStandingsResponseGetGlobalStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1)
 
Promise< TournamentStandingsResponseGetStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1)
 
Promise< TournamentRewardsResponseGetUnclaimedRewards (string tournamentId)
 
Promise< TournamentRewardsResponseClaimAllRewards (string tournamentId)
 
Promise< TournamentPlayerStatusJoinTournament (string tournamentId, double startScore=0)
 
Promise< UnitSetScore (string tournamentId, long dbid, double score)
 
Promise< bool > HasJoinedTournament (string tournamentId)
 
Promise< TournamentPlayerStatusResponseGetPlayerStatus ()
 
Promise< string > GetPlayerAlias (long playerId, string statName="alias")
 
Promise< string > GetPlayerAvatar (long playerId, string statName="avatar")
 

The documentation for this interface was generated from the following file: