Class TournamentRound
- Namespace
- TaleWorlds.CampaignSystem.TournamentGames
- Assembly
- TaleWorlds.CampaignSystem.dll
public class TournamentRound
- Inheritance
-
TournamentRound
- Inherited Members
Constructors
TournamentRound(int, int, int, int, QualificationMode)
public TournamentRound(int participantCount, int numberOfMatches, int numberOfTeamsPerMatch, int numberOfWinnerParticipants, TournamentGame.QualificationMode qualificationMode)
Parameters
participantCountintnumberOfMatchesintnumberOfTeamsPerMatchintnumberOfWinnerParticipantsintqualificationModeTournamentGame.QualificationMode
Properties
CurrentMatch
public TournamentMatch CurrentMatch { get; }
Property Value
CurrentMatchIndex
public int CurrentMatchIndex { get; }
Property Value
Matches
public TournamentMatch[] Matches { get; }
Property Value
Methods
AddParticipant(TournamentParticipant, bool)
public void AddParticipant(TournamentParticipant participant, bool firstTime = false)
Parameters
participantTournamentParticipantfirstTimebool
EndMatch()
public void EndMatch()
OnMatchEnded()
public void OnMatchEnded()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).