Class HealthBarExtraBarsData
Inheritance
System.Object
HealthBarExtraBarsData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class HealthBarExtraBarsData : IMetaClass
Properties
| Improve this Doc View SourceAllShieldBar
Declaration
public MetaHash AllShieldBar { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
ChampSpecificBar
Declaration
public BarTypeMap ChampSpecificBar { get; set; }
Property Value
Type | Description |
---|---|
BarTypeMap |
DisguiseHealthBar
Declaration
public MetaHash DisguiseHealthBar { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
IncomingHealBar
Declaration
public BarTypeMap IncomingHealBar { get; set; }
Property Value
Type | Description |
---|---|
BarTypeMap |
MagicShieldBar
Declaration
public MetaHash MagicShieldBar { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
PhysicalShieldBar
Declaration
public MetaHash PhysicalShieldBar { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |