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

Search Results for

    Class LootStatus

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

    Properties

    | Improve this Doc View Source

    Active

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

    ActiveDate

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

    AutoRedeem

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

    ImageTexturePath

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

    InactiveDate

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

    LifetimeMax

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

    Tags

    Declaration
    public MetaContainer<string> Tags { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>

    Implements

    IMetaClass