Show / Hide Table of Contents

Class ChampionStat

Stat of a particular champion (League API).

Inheritance
System.Object
AggregatedStat
ChampionStat
Inherited Members
AggregatedStat.AverageAssists
AggregatedStat.AverageChampionsKilled
AggregatedStat.AverageCombatPlayerScore
AggregatedStat.AverageNodeCapture
AggregatedStat.AverageNodeCaptureAssist
AggregatedStat.AverageNodeNeutralize
AggregatedStat.AverageNodeNeutralizeAssist
AggregatedStat.AverageNumDeaths
AggregatedStat.AverageObjectivePlayerScore
AggregatedStat.AverageTeamObjective
AggregatedStat.AverageTotalPlayerScore
AggregatedStat.BotGamesPlayed
AggregatedStat.KillingSpree
AggregatedStat.MaxAssists
AggregatedStat.MaxChampionsKilled
AggregatedStat.MaxCombatPlayerScore
AggregatedStat.MaxLargestCriticalStrike
AggregatedStat.MaxLargestKillingSpree
AggregatedStat.MaxNodeCapture
AggregatedStat.MaxNodeCaptureAssist
AggregatedStat.MaxNodeNeutralize
AggregatedStat.MaxNodeNeutralizeAssist
AggregatedStat.MaxObjectivePlayerScore
AggregatedStat.MaxTeamObjective
AggregatedStat.MaxTimePlayed
AggregatedStat.MaxTimeSpentLiving
AggregatedStat.MaxTotalPlayerScore
AggregatedStat.MostChampionKillsPerSession
AggregatedStat.MostSpellsCast
AggregatedStat.NormalGamesPlayed
AggregatedStat.RankedPremadeGamesPlayed
AggregatedStat.RankedSoloGamesPlayed
AggregatedStat.TotalAssists
AggregatedStat.TotalChampionKills
AggregatedStat.TotalDamageDealt
AggregatedStat.TotalDamageTaken
AggregatedStat.TotalDoubleKills
AggregatedStat.TotalFirstBlood
AggregatedStat.TotalGoldEarned
AggregatedStat.TotalHeal
AggregatedStat.TotalMagicDamageDealt
AggregatedStat.TotalMinionKills
AggregatedStat.TotalNeutralMinionsKilled
AggregatedStat.TotalNodeCapture
AggregatedStat.TotalNodeNeutralize
AggregatedStat.TotalPentaKills
AggregatedStat.TotalPhysicalDamageDealt
AggregatedStat.TotalQuadraKills
AggregatedStat.TotalSessionsLost
AggregatedStat.TotalSessionsPlayed
AggregatedStat.TotalSessionsWon
AggregatedStat.TotalTripleKills
AggregatedStat.TotalTurretsKilled
AggregatedStat.TotalUnrealKills
Namespace:RiotSharp.StatsEndpoint
Assembly:RiotSharp.dll
Syntax
public class ChampionStat : AggregatedStat

Properties

MaxNumDeaths

Maximum number of deaths, only returned for ranked stats.

Declaration
public int MaxNumDeaths { get; set; }
Property Value
Type Description
System.Int32

TotalDeathsPerSession

Total number of deaths per session, only returned for ranked stats.

Declaration
public int TotalDeathsPerSession { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX