Table of Contents

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

participantCount int
numberOfMatches int
numberOfTeamsPerMatch int
numberOfWinnerParticipants int
qualificationMode TournamentGame.QualificationMode

Properties

CurrentMatch

public TournamentMatch CurrentMatch { get; }

Property Value

TournamentMatch

CurrentMatchIndex

public int CurrentMatchIndex { get; }

Property Value

int

Matches

public TournamentMatch[] Matches { get; }

Property Value

TournamentMatch[]

Methods

AddParticipant(TournamentParticipant, bool)

public void AddParticipant(TournamentParticipant participant, bool firstTime = false)

Parameters

participant TournamentParticipant
firstTime bool

EndMatch()

public void EndMatch()

OnMatchEnded()

public void OnMatchEnded()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).