Table of Contents

Class TournamentTeam

Namespace
TaleWorlds.CampaignSystem.TournamentGames
Assembly
TaleWorlds.CampaignSystem.dll
public class TournamentTeam
Inheritance
TournamentTeam
Inherited Members

Constructors

TournamentTeam(int, uint, Banner)

public TournamentTeam(int teamSize, uint teamColor, Banner teamBanner)

Parameters

teamSize int
teamColor uint
teamBanner Banner

Properties

IsPlayerTeam

public bool IsPlayerTeam { get; }

Property Value

bool

Participants

public IEnumerable<TournamentParticipant> Participants { get; }

Property Value

IEnumerable<TournamentParticipant>

Score

public int Score { get; }

Property Value

int

TeamBanner

public Banner TeamBanner { get; }

Property Value

Banner

TeamColor

public uint TeamColor { get; }

Property Value

uint

TeamSize

public int TeamSize { get; }

Property Value

int

Methods

AddParticipant(TournamentParticipant)

public void AddParticipant(TournamentParticipant participant)

Parameters

participant TournamentParticipant

IsParticipantRequired()

public bool IsParticipantRequired()

Returns

bool

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