Метод | Описание | |
---|---|---|
CreateTournamentCode ( int teamSize, List |
Create a tournament code for the tournament.
|
|
CreateTournamentCodeAsync ( int teamSize, List |
Create a tournament code for the tournament asynchronously.
|
|
CreateTournamentCodes ( int teamSize, TournamentSpectatorType spectatorType, TournamentPickType pickType, TournamentMapType mapType, string metadata, int count = 1 ) : List |
Create multiple tournament codes for the tournament.
|
|
CreateTournamentCodesAsync ( int teamSize, TournamentSpectatorType spectatorType, TournamentPickType pickType, TournamentMapType mapType, string metadata, int count = 1 ) : Task
|
Create multiple tournament codes for the tournament asynchronously.
|
Метод | Описание | |
---|---|---|
Tournament ( ) : System |
public CreateTournamentCode ( int teamSize, List |
||
teamSize | int | The team size for the tournament code game. |
allowedSummonerIds | List |
participants |
spectatorType | TournamentSpectatorType | The spectator mode for the tournament code game. |
pickType | TournamentPickType | The pick mode for tournament code game. |
mapType | TournamentMapType | The game map for the tournament code game |
metadata | string | The metadata for tournament code. |
Результат | string |
public CreateTournamentCodeAsync ( int teamSize, List |
||
teamSize | int | The team size for the tournament code game. |
allowedSummonerIds | List |
participants |
spectatorType | TournamentSpectatorType | The spectator mode for the tournament code game. |
pickType | TournamentPickType | The pick mode for tournament code game. |
mapType | TournamentMapType | The game map for the tournament code game |
metadata | string | The metadata for tournament code. |
Результат | Task |
public CreateTournamentCodes ( int teamSize, TournamentSpectatorType spectatorType, TournamentPickType pickType, TournamentMapType mapType, string metadata, int count = 1 ) : List |
||
teamSize | int | The team size for the tournament code game. |
spectatorType | TournamentSpectatorType | The spectator mode for the tournament code game. |
pickType | TournamentPickType | The pick mode for tournament code game. |
mapType | TournamentMapType | The game map for the tournament code game |
metadata | string | The metadata for tournament code. |
count | int | The number of codes to be created |
Результат | List |
public CreateTournamentCodesAsync ( int teamSize, TournamentSpectatorType spectatorType, TournamentPickType pickType, TournamentMapType mapType, string metadata, int count = 1 ) : Task
|
||
teamSize | int | The team size for the tournament code game. |
spectatorType | TournamentSpectatorType | The spectator mode for the tournament code game. |
pickType | TournamentPickType | The pick mode for tournament code game. |
mapType | TournamentMapType | The game map for the tournament code game |
metadata | string | The metadata for tournament code. |
count | int | The number of codes to be created |
Результат | Task
|