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

This object contains all timeline information. 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). Diffs fields refer to the deltas versus the calculated lane opponent(s). More...

Properties

MatchParticipantTimelineData CreepsPerMinDeltas [get, set]
 Gets or sets creeps per minute timeline data. More...
 
MatchParticipantTimelineData CsDiffPerMinDeltas = new MatchParticipantTimelineData() [get, set]
 Gets or sets creep score difference per minute timeline data More...
 
MatchParticipantTimelineData DamageTakenDiffPerMinDeltas = new MatchParticipantTimelineData() [get, set]
 Gets or sets damage taken difference per minute timeline data. More...
 
MatchParticipantTimelineData DamageTakenPerMinDeltas = new MatchParticipantTimelineData() [get, set]
 Gets or sets damage taken per minute timeline data. More...
 
MatchParticipantTimelineData GoldPerMinDeltas = new MatchParticipantTimelineData() [get, set]
 Gets or sets gold per minute timeline data. More...
 
string Lane = new MatchParticipantTimelineData() [get, set]
 Gets or sets the participant's lane. This should equal one of the PlayerPosition values. More...
 
int ParticipantId [get, set]
 Gets or sets the participant ID. More...
 
string Role [get, set]
 Gets or sets the participant's role. This should equal one of the MatchRole values. More...
 
MatchParticipantTimelineData XpDiffPerMinDeltas [get, set]
 Gets or sets experience difference per minute timeline data. More...
 
MatchParticipantTimelineData XpPerMinDeltas = new MatchParticipantTimelineData() [get, set]
 Gets or sets experience per minute timeline data. More...
 

Detailed Description

This object contains all timeline information. 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). Diffs fields refer to the deltas versus the calculated lane opponent(s).

Property Documentation

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.CreepsPerMinDeltas
getset

Gets or sets creeps per minute timeline data.

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.CsDiffPerMinDeltas = new MatchParticipantTimelineData()
getset

Gets or sets creep score difference per minute timeline data

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.DamageTakenDiffPerMinDeltas = new MatchParticipantTimelineData()
getset

Gets or sets damage taken difference per minute timeline data.

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.DamageTakenPerMinDeltas = new MatchParticipantTimelineData()
getset

Gets or sets damage taken per minute timeline data.

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.GoldPerMinDeltas = new MatchParticipantTimelineData()
getset

Gets or sets gold per minute timeline data.

string RiotNet.Models.MatchParticipantTimeline.Lane = new MatchParticipantTimelineData()
getset

Gets or sets the participant's lane. This should equal one of the PlayerPosition values.

int RiotNet.Models.MatchParticipantTimeline.ParticipantId
getset

Gets or sets the participant ID.

string RiotNet.Models.MatchParticipantTimeline.Role
getset

Gets or sets the participant's role. This should equal one of the MatchRole values.

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.XpDiffPerMinDeltas
getset

Gets or sets experience difference per minute timeline data.

MatchParticipantTimelineData RiotNet.Models.MatchParticipantTimeline.XpPerMinDeltas = new MatchParticipantTimelineData()
getset

Gets or sets experience per minute timeline data.


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