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

Search Results for

    Class StatStoneData

    Inheritance
    System.Object
    BaseLoadoutData
    StatStoneData
    Implements
    ICatalogEntryOwner
    IMetaClass
    Inherited Members
    BaseLoadoutData.CatalogEntry
    BaseLoadoutData.DescriptionTraKey
    BaseLoadoutData.NameTraKey
    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 StatStoneData : BaseLoadoutData, ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    Category

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

    DataCollectionOnly

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

    EpicStatStone

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

    EventsToTrack

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

    IsRetired

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

    MilestoneForFullLitImage

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

    MilestoneForHalfLitImage

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

    Milestones

    Declaration
    public MetaContainer<ulong> Milestones { get; set; }
    Property Value
    Type Description
    MetaContainer<System.UInt64>
    | Improve this Doc View Source

    StoneName

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

    TrackingType

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

    TriggeredFromScript

    Declaration
    public bool TriggeredFromScript { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    ICatalogEntryOwner
    IMetaClass