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

Search Results for

    Class MilestoneDefinition

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

    Properties

    | Improve this Doc View Source

    Counter

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

    Id

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

    IsPremium

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

    MilestoneSize

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

    Name

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

    Properties

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

    TriggerValue

    Declaration
    public int TriggerValue { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMetaClass