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
CharacterObjectdescriptor
UniqueTroopDescriptor
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
score
int
Returns
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).