Class StatFilterButtonDefinitions
Inheritance
System.Object
StatFilterButtonDefinitions
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)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class StatFilterButtonDefinitions : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> AbilityHaste { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> AbilityPower { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> Armor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> ArmorPenetration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> AttackSpeed { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> CriticalStrike { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> DisableStatFilters { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> Health { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> LifeStealAndVamp { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> MagicPenetration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> MagicResist { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> Mana { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> MoveSpeed { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> OnHit { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatFilterDefinition> PhysicalDamage { get; set; }
Property Value
Implements