Table of Contents

Class TournamentParticipant

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

Constructors

TournamentParticipant(CharacterObject, UniqueTroopDescriptor)

public TournamentParticipant(CharacterObject character, UniqueTroopDescriptor descriptor = default)

Parameters

character CharacterObject
descriptor UniqueTroopDescriptor

Properties

Character

public CharacterObject Character { get; }

Property Value

CharacterObject

Descriptor

public UniqueTroopDescriptor Descriptor { get; }

Property Value

UniqueTroopDescriptor

IsAssigned

public bool IsAssigned { get; set; }

Property Value

bool

IsPlayer

public bool IsPlayer { get; }

Property Value

bool

MatchEquipment

public Equipment MatchEquipment { get; set; }

Property Value

Equipment

Score

public int Score { get; }

Property Value

int

Team

public TournamentTeam Team { get; }

Property Value

TournamentTeam

Methods

AddScore(int)

public int AddScore(int score)

Parameters

score int

Returns

int

ResetScore()

public void ResetScore()

SetTeam(TournamentTeam)

public void SetTeam(TournamentTeam team)

Parameters

team TournamentTeam

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