Show / Hide Table of Contents

Class ChampionStats

ChampionStats data object. This class is automatically generated.

Inheritance
System.Object
ChampionStats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.MatchV5
Assembly: Camille.RiotGames.dll
Syntax
public class ChampionStats

Constructors

| Improve this Doc View Source

ChampionStats()

Declaration
public ChampionStats()

Properties

| Improve this Doc View Source

_AdditionalProperties

Contains any extra JSON properties that did not map to fields.

Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

AbilityHaste

Declaration
[JsonPropertyName("abilityHaste")]
public int? AbilityHaste { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

AbilityPower

Declaration
[JsonPropertyName("abilityPower")]
public int AbilityPower { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Armor

Declaration
[JsonPropertyName("armor")]
public int Armor { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ArmorPen

Declaration
[JsonPropertyName("armorPen")]
public int ArmorPen { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ArmorPenPercent

Declaration
[JsonPropertyName("armorPenPercent")]
public int ArmorPenPercent { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

AttackDamage

Declaration
[JsonPropertyName("attackDamage")]
public int AttackDamage { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

AttackSpeed

Declaration
[JsonPropertyName("attackSpeed")]
public int AttackSpeed { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BonusArmorPenPercent

Declaration
[JsonPropertyName("bonusArmorPenPercent")]
public int BonusArmorPenPercent { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BonusMagicPenPercent

Declaration
[JsonPropertyName("bonusMagicPenPercent")]
public int BonusMagicPenPercent { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CcReduction

Declaration
[JsonPropertyName("ccReduction")]
public int CcReduction { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CooldownReduction

Declaration
[JsonPropertyName("cooldownReduction")]
public int CooldownReduction { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Health

Declaration
[JsonPropertyName("health")]
public int Health { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HealthMax

Declaration
[JsonPropertyName("healthMax")]
public int HealthMax { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HealthRegen

Declaration
[JsonPropertyName("healthRegen")]
public int HealthRegen { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Lifesteal

Declaration
[JsonPropertyName("lifesteal")]
public int Lifesteal { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MagicPen

Declaration
[JsonPropertyName("magicPen")]
public int MagicPen { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MagicPenPercent

Declaration
[JsonPropertyName("magicPenPercent")]
public int MagicPenPercent { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MagicResist

Declaration
[JsonPropertyName("magicResist")]
public int MagicResist { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MovementSpeed

Declaration
[JsonPropertyName("movementSpeed")]
public int MovementSpeed { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Omnivamp

Declaration
[JsonPropertyName("omnivamp")]
public int? Omnivamp { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PhysicalVamp

Declaration
[JsonPropertyName("physicalVamp")]
public int? PhysicalVamp { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Power

Declaration
[JsonPropertyName("power")]
public int Power { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PowerMax

Declaration
[JsonPropertyName("powerMax")]
public int PowerMax { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PowerRegen

Declaration
[JsonPropertyName("powerRegen")]
public int PowerRegen { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SpellVamp

Declaration
[JsonPropertyName("spellVamp")]
public int SpellVamp { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX