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

Search Results for

    Class BuffData

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

    Properties

    | Improve this Doc View Source

    BuffAttributeFlag

    Declaration
    public byte BuffAttributeFlag { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    CanTimeoutWhileCasting

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

    Description

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

    FloatVarsDecimals

    Declaration
    public MetaContainer<int> FloatVarsDecimals { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    PersistentEffectConditions

    Declaration
    public MetaUnorderedContainer<PersistentEffectConditionData> PersistentEffectConditions { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<PersistentEffectConditionData>
    | Improve this Doc View Source

    ShowAccumulatedDuration

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

    ShowDuration

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

    TooltipData

    Declaration
    public TooltipInstanceBuff TooltipData { get; set; }
    Property Value
    Type Description
    TooltipInstanceBuff

    Implements

    IMetaClass