League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class CharacterHealthBarDataRecord

    Inheritance
    System.Object
    CharacterHealthBarDataRecord
    Implements
    IMetaClass
    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 CharacterHealthBarDataRecord : IMetaClass

    Properties

    | Improve this Doc View Source

    AlphaOutWhileUntargetable

    Declaration
    public bool AlphaOutWhileUntargetable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    AttachToBone

    Declaration
    public string AttachToBone { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CharacterStateIndicatorMaxCount

    Declaration
    public uint CharacterStateIndicatorMaxCount { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    HpPerTick

    Declaration
    public float HpPerTick { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ShowCharacterStateIndicatorOnStartGame

    Declaration
    public bool ShowCharacterStateIndicatorOnStartGame { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowCharacterStateIndicatorToAllies

    Declaration
    public bool ShowCharacterStateIndicatorToAllies { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowCharacterStateIndicatorToEnemies

    Declaration
    public bool ShowCharacterStateIndicatorToEnemies { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowWhileUntargetable

    Declaration
    public bool ShowWhileUntargetable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UnitHealthBarStyle

    Declaration
    public byte UnitHealthBarStyle { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass