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
Properties
IsPlayerTeam
public bool IsPlayerTeam { get; }
Property Value
Participants
public IEnumerable<TournamentParticipant> Participants { get; }
Property Value
Score
public int Score { get; }
Property Value
TeamBanner
public Banner TeamBanner { get; }
Property Value
TeamColor
public uint TeamColor { get; }
Property Value
TeamSize
public int TeamSize { get; }
Property Value
Methods
AddParticipant(TournamentParticipant)
public void AddParticipant(TournamentParticipant participant)
Parameters
participant
TournamentParticipant
IsParticipantRequired()
public bool IsParticipantRequired()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).