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

This object contains match participant information. More...

Properties

int ChampionId [get, set]
 Gets or sets champion ID. More...
 
string HighestAchievedSeasonTier [get, set]
 Gets or sets highest ranked tier achieved for the previous season, if any; otherwise null. Used to display border in game loading screen. This should equal one of the Tier values. More...
 
int ParticipantId [get, set]
 Gets or sets the match participant ID (normally 1-10). More...
 
int Spell1Id [get, set]
 Gets or sets the first summoner spell ID. More...
 
int Spell2Id [get, set]
 Gets or sets the second summoner spell ID. More...
 
MatchParticipantStats Stats [get, set]
 Gets or sets the participant statistics. More...
 
TeamSide TeamId = new MatchParticipantStats() [get, set]
 Gets or sets the team ID. More...
 
MatchParticipantTimeline Timeline [get, set]
 Gets or sets timeline data. Delta fields refer to values for the specified period. Diff fields refer to the deltas versus the calculated lane opponent(s). More...
 

Detailed Description

This object contains match participant information.

Property Documentation

int RiotNet.Models.MatchParticipant.ChampionId
getset

Gets or sets champion ID.

string RiotNet.Models.MatchParticipant.HighestAchievedSeasonTier
getset

Gets or sets highest ranked tier achieved for the previous season, if any; otherwise null. Used to display border in game loading screen. This should equal one of the Tier values.

int RiotNet.Models.MatchParticipant.ParticipantId
getset

Gets or sets the match participant ID (normally 1-10).

int RiotNet.Models.MatchParticipant.Spell1Id
getset

Gets or sets the first summoner spell ID.

int RiotNet.Models.MatchParticipant.Spell2Id
getset

Gets or sets the second summoner spell ID.

MatchParticipantStats RiotNet.Models.MatchParticipant.Stats
getset

Gets or sets the participant statistics.

TeamSide RiotNet.Models.MatchParticipant.TeamId = new MatchParticipantStats()
getset

Gets or sets the team ID.

MatchParticipantTimeline RiotNet.Models.MatchParticipant.Timeline
getset

Gets or sets timeline data. Delta fields refer to values for the specified period. Diff fields refer to the deltas versus the calculated lane opponent(s).

Delta fields refer to values for the specified period (e.g. the gold per minute over the first 10 minutes of the game versus the second 20 minutes of the game). Diff fields refer to the deltas versus the calculated lane opponent(s).


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