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
characterCharacterObjectdescriptorUniqueTroopDescriptor
Properties
Character
public CharacterObject Character { get; }
Property Value
Descriptor
public UniqueTroopDescriptor Descriptor { get; }
Property Value
IsAssigned
public bool IsAssigned { get; set; }
Property Value
IsPlayer
public bool IsPlayer { get; }
Property Value
MatchEquipment
public Equipment MatchEquipment { get; set; }
Property Value
Score
public int Score { get; }
Property Value
Team
public TournamentTeam Team { get; }
Property Value
Methods
AddScore(int)
public int AddScore(int score)
Parameters
scoreint
Returns
ResetScore()
public void ResetScore()
SetTeam(TournamentTeam)
public void SetTeam(TournamentTeam team)
Parameters
teamTournamentTeam
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).