RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.MatchParticipantFrame Class Reference

This object contains participant frame information. More...

Properties

int CurrentGold [get, set]
 Gets or sets participant's current gold. More...
 
int DominionScore [get, set]
 Gets or sets dominion score of the participant. More...
 
int JungleMinionsKilled [get, set]
 Gets or sets number of jungle minions killed by participant. More...
 
int Level [get, set]
 Gets or sets participant's current level. More...
 
int MinionsKilled [get, set]
 Gets or sets number of minions killed by participant. More...
 
int ParticipantId [get, set]
 Gets or sets participant ID. More...
 
Position Position [get, set]
 Gets or sets participant's position. More...
 
int TeamScore = new Position() [get, set]
 Gets or sets team score of the participant. More...
 
int TotalGold [get, set]
 Gets or sets participant's total gold. More...
 
int Xp [get, set]
 Gets or sets experience earned by participant. More...
 

Detailed Description

This object contains participant frame information.

Property Documentation

int RiotNet.Models.MatchParticipantFrame.CurrentGold
getset

Gets or sets participant's current gold.

int RiotNet.Models.MatchParticipantFrame.DominionScore
getset

Gets or sets dominion score of the participant.

int RiotNet.Models.MatchParticipantFrame.JungleMinionsKilled
getset

Gets or sets number of jungle minions killed by participant.

int RiotNet.Models.MatchParticipantFrame.Level
getset

Gets or sets participant's current level.

int RiotNet.Models.MatchParticipantFrame.MinionsKilled
getset

Gets or sets number of minions killed by participant.

int RiotNet.Models.MatchParticipantFrame.ParticipantId
getset

Gets or sets participant ID.

Position RiotNet.Models.MatchParticipantFrame.Position
getset

Gets or sets participant's position.

int RiotNet.Models.MatchParticipantFrame.TeamScore = new Position()
getset

Gets or sets team score of the participant.

int RiotNet.Models.MatchParticipantFrame.TotalGold
getset

Gets or sets participant's total gold.

int RiotNet.Models.MatchParticipantFrame.Xp
getset

Gets or sets experience earned by participant.


The documentation for this class was generated from the following file: