Class Participant
Participant data object. This class is automatically generated.
Inheritance
System.Object
Participant
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.TftMatchV1
Assembly: Camille.dll
Syntax
public class Participant
Constructors
| Improve this Doc View SourceParticipant()
Declaration
public Participant()
Properties
| Improve this Doc View Source_AdditionalProperties
Contains any extra JSON properties that did not map to fields.
Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Companion
Participant's companion.
Declaration
[JsonProperty("companion")]
public Companion Companion { get; set; }
Property Value
Type | Description |
---|---|
Companion |
GoldLeft
Gold left after participant was eliminated.
Declaration
[JsonProperty("gold_left")]
public int GoldLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastRound
The round the participant was eliminated in. Note: If the player was eliminated in stage 2-1 their last_round would be 5.
Declaration
[JsonProperty("last_round")]
public int LastRound { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Participant Little Legend level. Note: This is not the number of active units.
Declaration
[JsonProperty("level")]
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Placement
Participant placement upon elimination.
Declaration
[JsonProperty("placement")]
public int Placement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlayersEliminated
Number of players the participant eliminated.
Declaration
[JsonProperty("players_eliminated")]
public int PlayersEliminated { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Puuid
Encrypted PUUID.
Declaration
[JsonProperty("puuid")]
public string Puuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeEliminated
The number of seconds before the participant was eliminated.
Declaration
[JsonProperty("time_eliminated")]
public float TimeEliminated { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalDamageToPlayers
Damage the participant dealt to other players.
Declaration
[JsonProperty("total_damage_to_players")]
public int TotalDamageToPlayers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Traits
A complete list of traits for the participant's active units.
Declaration
[JsonProperty("traits")]
public Trait[] Traits { get; set; }
Property Value
Type | Description |
---|---|
Trait[] |
Units
A list of active units for the participant.
Declaration
[JsonProperty("units")]
public Unit[] Units { get; set; }
Property Value
Type | Description |
---|---|
Unit[] |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()