Class ParticipantTimeline
Class representing a participant's timeline (Match API).
Inheritance
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class ParticipantTimeline : object
Properties
AncientGolemAssistsPerMinCounts
Ancient golem assists per minute timeline counts.
Declaration
public ParticipantTimelineData AncientGolemAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
AncientGolemKillsPerMinCounts
Ancient golem kills per minute timeline counts.
Declaration
public ParticipantTimelineData AncientGolemKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
AssistedLaneDeathsPerMinDeltas
Assisted lane deaths per minute timeline data.
Declaration
public ParticipantTimelineData AssistedLaneDeathsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
AssistedLaneKillsPerMinDeltas
Assisted lane kills per minute timeline data.
Declaration
public ParticipantTimelineData AssistedLaneKillsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
BaronAssistsPerMinCounts
Baron assists per minute timeline counts.
Declaration
public ParticipantTimelineData BaronAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
BaronKillsPerMinCounts
Baron kills per minute timeline counts.
Declaration
public ParticipantTimelineData BaronKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
CreepsPerMinDeltas
Creeps per minute timeline data.
Declaration
public ParticipantTimelineData CreepsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
CsDiffPerMinDeltas
Creep score difference per minute timeline data.
Declaration
public ParticipantTimelineData CsDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
DamageTakenDiffPerMinDeltas
Damage taken difference per minute timeline data.
Declaration
public ParticipantTimelineData DamageTakenDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
DamageTakenPerMinDeltas
Damage taken per minute timeline data.
Declaration
public ParticipantTimelineData DamageTakenPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
DragonAssistsPerMinCounts
Dragon assists per minute timeline counts.
Declaration
public ParticipantTimelineData DragonAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
DragonKillsPerMinCounts
Dragon kills per minute timeline counts.
Declaration
public ParticipantTimelineData DragonKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
ElderLizardAssistsPerMinCounts
Elder lizard assists per minute timeline counts.
Declaration
public ParticipantTimelineData ElderLizardAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
ElderLizardKillsPerMinCounts
Elder lizard kills per minute timeline counts.
Declaration
public ParticipantTimelineData ElderLizardKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
GoldPerMinDeltas
Gold per minute timeline data.
Declaration
public ParticipantTimelineData GoldPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
InhibitorAssistsPerMinCounts
Inhibitor assists per minute timeline counts.
Declaration
public ParticipantTimelineData InhibitorAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
InhibitorKillsPerMinCounts
Inhibitor kills per minute timeline counts.
Declaration
public ParticipantTimelineData InhibitorKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
Lane
Participant's lane.
Declaration
public Lane Lane { get; set; }
Property Value
Type | Description |
---|---|
Lane |
Role
Participant's role.
Declaration
public Role Role { get; set; }
Property Value
Type | Description |
---|---|
Role |
TowerAssistsPerMinCounts
Tower assists per minute timeline counts.
Declaration
public ParticipantTimelineData TowerAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
TowerKillsPerMinCounts
Tower kills per minute timeline counts.
Declaration
public ParticipantTimelineData TowerKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
TowerKillsPerMinDeltas
Tower kills per minute timeline data.
Declaration
public ParticipantTimelineData TowerKillsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
VilemawAssistsPerMinCounts
Vilemaw assists per minute timeline counts.
Declaration
public ParticipantTimelineData VilemawAssistsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
VilemawKillsPerMinCounts
Vilemaw kills per minute timeline counts.
Declaration
public ParticipantTimelineData VilemawKillsPerMinCounts { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
WardsPerMinDeltas
Wards placed per minute timeline data.
Declaration
public ParticipantTimelineData WardsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
XpDiffPerMinDeltas
Experience difference per minute timeline data.
Declaration
public ParticipantTimelineData XpDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |
XpPerMinDeltas
Experience per minute timeline data.
Declaration
public ParticipantTimelineData XpPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
ParticipantTimelineData |