Class ParticipantFrame
Class representing a particular frame for a participant during a match (Match API).
Inheritance
System.Object
ParticipantFrame
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class ParticipantFrame : object
Properties
CurrentGold
Participant's current gold.
Declaration
public int CurrentGold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
JungleMinionsKilled
Number of jungle minions killed by participant.
Declaration
public int JungleMinionsKilled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Participant's current level.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinionsKilled
Number of minions killed by participant.
Declaration
public int MinionsKilled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParticipantId
Participant ID.
Declaration
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Participant's position.
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
TotalGold
Participant's total gold.
Declaration
public int TotalGold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
XP
Experience earned by participant.
Declaration
public int XP { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |