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

Search Results for

    Class TftTraitContributionData

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

    Properties

    | Improve this Doc View Source

    Amount

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

    m1103812378

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

    ShowInTraitTooltip

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

    ShowTraitNub

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

    TraitData

    Declaration
    public MetaObjectLink TraitData { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass