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

Search Results for

    Class SpellPassiveData

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

    Properties

    | Improve this Doc View Source

    Buff

    Declaration
    public MetaObjectLink Buff { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    DisplayFlags

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

    RemoveOnPopCharacterData

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

    RemoveOnPushCharacterData

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

    RemoveWhenOnCooldown

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

    RemoveWithSpell

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

    WhenToAddSpell

    Declaration
    public uint WhenToAddSpell { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass