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

Search Results for

    Class CharacterPassiveData

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

    Properties

    | Improve this Doc View Source

    AllowOnClones

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

    ChildSpells

    Declaration
    public MetaContainer<MetaObjectLink> ChildSpells { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    ComponentBuffs

    Declaration
    public MetaContainer<MetaObjectLink> ComponentBuffs { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    DisplayFlags

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

    ParentPassiveBuff

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

    SkinFilter

    Declaration
    public SkinFilterData SkinFilter { get; set; }
    Property Value
    Type Description
    SkinFilterData

    Implements

    IMetaClass